Well I have a site that uses relative paths for all the URLs. I just added a shopping cart so the two or three checkout pages are using HTTPS instead of HTTP. My problem is that a user is mid way through checkout and clicks a link on the navigation or whatever it seems them to that page with HTTPS when it is a page that doesn't require it (and it some cases can't handle it because of external files e.g. GoogleMaps.js)
|
|
This is what I have in my .htaccess :
For some reason it is not working. Seems like it doesn't recognize https access through %{HTTPS} ?! |
||
|
|
|
|
You don’t need the additional
|
||
|
|
|
|
Actually surprised myself and hacked something together. Reroutes everything that isn't www.domain.com/checkout
|
||
|
|
|
|
you can try doing something like
I'm not sure if it works because I didn't test it, but you could use the ideea of testing for {SERVER_PORT}. Hope it helps |
||||||||||
|
