I have an e-commerce site which switches to a https connection when a user goes to the shopping cart and starts inputting personal details.
I would like any traffic that is NOT for the shopping cart to go through http, even if the request https. So for example, a request to https://myhomepage.php would be 301 to http://myhomepage.php.
The use of https on, for example, my homepage has lead to certain issues, such as duplicate entries in the google index, and ‘mixed content’ errors calling non secure 3rd party content. All of which are solvable in their own way, but forcing a non https connection would solve them too.
Anyone see any problem with this?