Archive for June, 2008

Convert Your http to https

Friday, June 6th, 2008

 Create a .htaccess file and copy the code from below as it is , and upload the folder you want to convirt http to https .

Be if you have .htaccess file in that perticuler folder . If yes donwload the file and add the below code

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}