VillainCorp Posted September 21, 2016 Share Posted September 21, 2016 (edited) I installed SSL and it works for every page I visit except for the homepage and for some reason it doesn't work on it. It just redirects back to HTTP. please help me. I can provide my website. Edited September 21, 2016 by VillainCorp (see edit history) Link to comment Share on other sites More sharing options...
Gramzivi Posted September 22, 2016 Share Posted September 22, 2016 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now