oldgit Posted September 3, 2016 Share Posted September 3, 2016 Does somebody have a working .htaccess for ssl that they could let me have. We have tried everything. We can turn ssl on, admin works, but the shop redirect does not. Any help you can give would be much appreciated Link to comment Share on other sites More sharing options...
selectshop.at Posted September 4, 2016 Share Posted September 4, 2016 You also tried to set: "Prefernces -> General -> force SSL on all pages" ? If yes try to force SSL on code basis. It could be that Prestashop Theme is calling some non-SSL parts from outside (like Icons, fonts, css parts, etc.). Change in your theme: /themes/<yourtheme>/header.tpl Search for: <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=... and change into: <link rel="stylesheet" href="//fonts.googleapis.com/css?family=... Link to comment Share on other sites More sharing options...
oldgit Posted September 4, 2016 Author Share Posted September 4, 2016 Thanks for your answer but header.tpl is already as you say to change to. Nothing appears to work the shop is not redirect from http to https when ssl is switched on. The message in the browser is that the page is not redirecting properly and never will. We believe that it is the .htaccess file hence asking if somebody has a working file for 1.6.1.6 we can have Link to comment Share on other sites More sharing options...
selectshop.at Posted September 4, 2016 Share Posted September 4, 2016 Perhaps you need to add to your .htaccess a port for SSL ? In this case you should ask your provider for support. Seems that SSL is not proper configured on your domain. 1 Link to comment Share on other sites More sharing options...
oldgit Posted September 5, 2016 Author Share Posted September 5, 2016 We run our own server. We have checked the ssl certificate installation and it appears correct to the instructions given by Comodo We have tried giving ssl a port no in htaccess plus every other address available site still does not redirect. We are just installing a fresh prestashop to compare with the running site Link to comment Share on other sites More sharing options...
selectshop.at Posted September 6, 2016 Share Posted September 6, 2016 We run our own server. We have checked the ssl certificate installation and it appears correct to the instructions given by Comodo We have tried giving ssl a port no in htaccess plus every other address available site still does not redirect. We are just installing a fresh prestashop to compare with the running site The whole front-office is non-ssl, or only some parts ? Without link to your page I have to ask, as I cannot see what is going on. You tried the suggestion of my post #2 ? This will force SSL everywhere, also for the links in template set to non-ssl. After make the changes on tpl, yozu should of course delete smarty cache and also your browser cache. And for to be sure all cache instances are deleted you can also flush the cash on your server. 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