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

  • How to use https instead of http

    Posted 17 years 2 months ago
    • I bought a $250 dollar SSL cert and installed it on my server because I'll be doing a lot of secure transactions.
      How do I get joomla to use https:// instead of http://
    • Rocket Theme Rokker
      Joomla! Roks
      I Rokk
      U Rokk
  • Re: How to use https instead of http

    Posted 17 years 2 months ago
    • Someone told me I need to do a redirect in the .htaccess

      I'm not really sure if thats true or how to do it.

      The more help the better

      Thanks Guys
    • Rocket Theme Rokker
      Joomla! Roks
      I Rokk
      U Rokk
    • Joe Halleck's Avatar
    • Joe Halleck
    • Preeminent Rocketeer
    • Posts: 5481
    • Thanks: 68
    • Never give up!

    Re: How to use https instead of http

    Posted 17 years 2 months ago
    • Version of Joomla?
    • Magento - phpBB3 - Kunena - RokBridge Specialist
      No Secure Tab posts unless requested.
      Use the Thank You and Life Preserver Buttons!
      Your signature is also great place for setup details...help us help you!
  • Re: How to use https instead of http

    Posted 17 years 2 months ago
    • 1.0.15

      I tried 1.5.2 but a lot of components weren't native and I didn't like a lot of the changes they made.
    • Rocket Theme Rokker
      Joomla! Roks
      I Rokk
      U Rokk
    • Leckenby's Avatar
    • Leckenby
    • Elite Rocketeer
    • Posts: 714
    • Thanks: 0

    Re: How to use https instead of http

    Posted 17 years 2 months ago
    • Did you want the whole site or specific bits (e.g. checkout)?
  • Re: How to use https instead of http

    Posted 17 years 2 months ago
    • What do you guys think? (Should I do just checkout and logins or the whole site)

      I was thinking the whole site.
      Is there a con or downside to using it on the whole site?
    • Rocket Theme Rokker
      Joomla! Roks
      I Rokk
      U Rokk
    • Leckenby's Avatar
    • Leckenby
    • Elite Rocketeer
    • Posts: 714
    • Thanks: 0

    Re: How to use https instead of http

    Posted 17 years 2 months ago
    • Well I have always found https for the whole to be slower, but if you want that, can't you just redirect in htaccess to https url, and then set joomla live url as https?
  • Re: How to use https instead of http

    Posted 17 years 2 months ago
    • How much slower?

      I'm not sure how to do that?
      Thats why I opened up this thread to ask.

      Thanks Again
    • Rocket Theme Rokker
      Joomla! Roks
      I Rokk
      U Rokk
  • Re: How to use https instead of http

    Posted 17 years 2 months ago
    • Do you use a 301 redirection within your .htaccess file.
    • Rocket Theme Rokker
      Joomla! Roks
      I Rokk
      U Rokk
    • Leckenby's Avatar
    • Leckenby
    • Elite Rocketeer
    • Posts: 714
    • Thanks: 0

    Re: How to use https instead of http

    Posted 17 years 2 months ago
    • Use this:

      RewriteCond %{HTTP_HOST} !^www.yourhost.com$ [NC]
      RewriteRule (.*) www.yourhost.com/$1 [R=301,L]

      Think that should work

Time to create page: 0.086 seconds