Views
From Wiki
Jump to: navigation, search

If you want to redirect all traffic to SSL add these lines to your .htaccess file.

RewriteEngine on
RewriteCond %{SERVER_PORT} !443 [NC]
RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L,QSA]
Personal tools