Hi .
I have a very old and large site (mostly written with the help of phpfreaks !).
I am now told by google that the site will display an "insecure get me out of here" type message if I do not secure the personal info (more than fair)
I do not want to secure the whole site as I will lose 10 years of seo because, as I believe, google sees the secure site as a completely different site to the http site... not to mention the duplicate content issues
have used this code that seem to work fine BUT when I leave the secure page the https stays for the whole site.
# rewrite individual pages to https RewriteEngine on RewriteCond %{HTTPS} off RewriteRule ^login\.php$ https://www.test.com.au/login.php [L,R=301] RewriteEngine on RewriteCond %{HTTPS} off RewriteRule ^checkout\.php$ https://www.test.com.au/checkout.php [L,R=301]
Any help is greatly appreciated
Cheers and thanks