Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Make sure you have an SSL certificate for your domain!

 

Stick this in your .htaccess file:

...

Code Block
languagetext
RewriteEngine On 
RewriteCond %{REQUEST_URI} ^/cart/.*
RewriteCond %{SERVER_PORT} !^443$ 
RewriteRule (.*) https://yourdomain.com/ [L]

 

 

 

 

Content by Label
showLabelsfalse
max5
spacesGKB
sortmodified
showSpacefalse
reversetrue
typepage
labelsHTTP HTTPS mod_rewrite SSL redirect

...