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]
Main Page
Archives
Recent changes
Help
What links here
Related changes
Special pages
Printable version
Permanent link