/ Published in: Apache
Expand |
Embed | Plain Text
RewriteEngine on RewriteCond %{HTTPS} !On RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301]
You need to login to post a comment.
Roshambo on 08/09/08
1 person have marked this snippet as a favorite
RewriteEngine on RewriteCond %{HTTPS} !On RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301]
You need to login to post a comment.