Tatva-Artha

meaning of "it"

Archive for the ‘redirect’ tag

Redirecting from http to https

without comments

Quick Info:

<VirtualHost *:80>
...
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</IfModule>
</VirtualHost>

Enjoy

Written by Sharad

June 2nd, 2009 at 3:20 pm

Posted in All,Technology

Tagged with ,