HTTPS To http redirect issue. How to overcome?
- by Akshay
Have already seen suggests on how to rewrite https to http. currently using this technique :
RewriteCond %{SERVER_PORT} ^443$
RewriteRule ^(.*)$ http://www.mysite.com/$1 [L,R=301]
RewriteRule ^(.*)$ http ://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Problem : I am currently on hostgator VPS and have found Google indexing my HTTPS pages. Weird for me…