Convert Your http to https
Friday, June 6th, 2008Create 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}