Jump to content

SSL won't work on homepage of Store


VillainCorp

Recommended Posts

First try this

 

Go to:

step 1

Preferences -> General

Then enable SSL and enable SSL on all pages

step 2

Preferences -> SEO & URLs

Set same values for shop domain and SSL domain

 

If that does not do the work, try to add this to your home folder .htaccess:

RewriteCond %{HTTP_HOST} ^http://www.your_site.com
RewriteRule ^(.*)$ https://www.yoursite.com/$1 [R=301,L]

or something like this

RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Link to comment
Share on other sites

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...