I need my website to have the SSL applied to the checkout page only which is http://www.example.com/products-page/checkout
I am currently using the following code which seems to work for Firefox, but not for Internet Explorer or AOL.
RewriteRule ^products-page/checkout/?$ [
example.com...] [R=301,L]
And for some reason on Internet Explorer all pages are showing https and are showing "Only secure content is being displayed." on the bottom of all pages.
This problem is killing me. Please help! Thanks!
[edited by: phranque at 10:09 pm (utc) on Jun 19, 2013]
[edit reason] please use example.com [/edit]