Redirecting from http to https
Quick Info:
<VirtualHost *:80>
...
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</IfModule>
</VirtualHost>
Enjoy
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.





