PetShop Posted September 22, 2017 Share Posted September 22, 2017 HiI have a problem since we installed SSL in my shop https://alimentianimalionline.it, for example: - the first problem is that logout does not work; - another problem, a customer enters the shop and sees a finished product. After the product comes in our warehouse and we update the shop. If the customer returns to our shop he does not yet see the product available. To see it, it needs to update, for example Chrome, with crtl + f5;- another issue, if the user makes changes to her account, does not see them until she refreshes the page. Does anyone know how to solve these problems? Thank youGreetings Link to comment Share on other sites More sharing options...
bellini13 Posted September 22, 2017 Share Posted September 22, 2017 What version of Prestashop? What theme are you using? default theme with prestashop, or a custom theme? After you installed the SSL certificate on the server, did you do anything in your Prestashop back office? Link to comment Share on other sites More sharing options...
PetShop Posted September 22, 2017 Author Share Posted September 22, 2017 Hi I use 1.6.1 Them is DiscountShop of Prestacrea in the "backoffice - settings - general" I set SSL on all pages the certificate is GlobalSign OneClick Alpha SSL installed through cPanel hosting is Vps A2Hosting I added in .htaccess: RewriteEngine on RewriteCond% {HTTPS}! = On RewriteRule (. *) Https://alimentianimalionline.it/$1/$1 [R = 301] Thank you Link to comment Share on other sites More sharing options...
bellini13 Posted September 23, 2017 Share Posted September 23, 2017 I added in .htaccess: RewriteEngine on RewriteCond% {HTTPS}! = On RewriteRule (. *) Https://alimentianimalionline.it/$1/$1 [R = 301] Why? Link to comment Share on other sites More sharing options...
PetShop Posted September 23, 2017 Author Share Posted September 23, 2017 He to route all pages to the https protocol. Do not you need it? Link to comment Share on other sites More sharing options...
PetShop Posted September 23, 2017 Author Share Posted September 23, 2017 Hi I solved the problem caused by <IfModule mod_expires.c>. I added the line: ExpiresByType text/html "access plus 0 seconds" and the problem has disappeared. For RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule (.*) https://alimentianimalionline.it/$1/$1 [R=301] can I delete it? The redirect made by the Prestashop panel is 301? Thank you 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