Thu 4 Mar 2010
maybe you want to make all HTTP requests we rewritten to HTTPS. Here’s how:
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Thu 4 Mar 2010
maybe you want to make all HTTP requests we rewritten to HTTPS. Here’s how:
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
|
| Web hosting by Utah Hub * Powered by CreativeTap * In association with Segomo |