Jump to content

Recommended Posts

Posted (edited)

I have a site that uses just one page for a checkout and as such it also uses SSL. However, after a user navigates away from the page, they are still viewing the site in https.

Does anyone know how to set it so that they are in http after leaving that one page?

Also, I screwed up when I set up the SSL certificate by using a naked domain name. So in my htaccess I set up this to correct it:

# Allow form payment

#

RewriteCond %{SERVER_PORT} !^443$

RewriteRule ^contact https://foo.com/application-payment/ [R=301,L]

Edited by AnotherAndrew
Posted

One quick solution: set the other templates than checkout to allow only http (edit template -> urls -> Schema/Protocol). There are many other ways (like custom redirecting, or manipulating/prepending the urls on checkout page).

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...