How To Redirect to https in Apache Using mod_rewrite
erics, Posted November 17th, 2017 at 8:08:55am
1 2 3 |
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} |
Leave Your Comment
All fields marked with "*" are required.