0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

How to use https instead of http

  • Re: How to use https instead of http

    Posted 17 years 2 months ago
    • Just tried it


      It works if you type in yourhost.com or just yourhost.com
      but it doesn't work if you type in www.youhost.com or www.yourhost.com

      No luck..
    • Last Edit: 17 years 2 months ago by .
    • Rocket Theme Rokker
      Joomla! Roks
      I Rokk
      U Rokk
  • Re: How to use https instead of http

    Posted 17 years 2 months ago
    • What about this?

      # vi httpd.conf
      Redirect permanent / yourhost.com/
      # /etc/init.d/httpd restart

      or

      RewriteEngine On
      RewriteCond %{HTTPS} off
      RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
      LoadModule rewrite_module modules/mod_rewrite.so

      or

      <IfModule !mod_ssl.c>
      # no non-ssl access
      Redirect permanent / www.yourhost.com/
      </IfModule>
    • Last Edit: 17 years 2 months ago by .
    • Rocket Theme Rokker
      Joomla! Roks
      I Rokk
      U Rokk
  • Re: How to use https instead of http

    Posted 17 years 2 months ago
    • Anyone else know
    • Last Edit: 17 years 2 months ago by Christos DiCos.
    • Rocket Theme Rokker
      Joomla! Roks
      I Rokk
      U Rokk
    • GollumX's Avatar
    • GollumX
    • Elite Rocketeer
    • Posts: 2817
    • Thanks: 0

    Re: How to use https instead of http

    Posted 17 years 2 months ago
    • New name sounds familiar. Were you once registered as Chris DiCosola or something like that?
    • Say no to Internet Explorer 6.
      twitter.com/mark_up
  • Re: How to use https instead of http

    Posted 17 years 2 months ago
    • I was lol.

      I turned Greek.

      Anyone know else how to do this redirect.
    • Rocket Theme Rokker
      Joomla! Roks
      I Rokk
      U Rokk
  • Re: How to use https instead of http

    Posted 17 years 2 months ago
    • SSLOptions +StrictRequire
      SSLRequireSSL
      SSLRequire %{HTTP_HOST} eq "askapache.com"
      ErrorDocument 403 askapache.com

      This works for all the combinations

      It is slow though.
    • Rocket Theme Rokker
      Joomla! Roks
      I Rokk
      U Rokk
  • Re: How to use https instead of http

    Posted 16 years 11 months ago
    • Christos DiCos wrote:
      SSLOptions +StrictRequire
      SSLRequireSSL
      SSLRequire %{HTTP_HOST} eq "askapache.com"
      ErrorDocument 403 askapache.com

      This works for all the combinations

      It is slow though.



      how much slower?

Time to create page: 0.088 seconds