giwrgos88 Posted September 16, 2016 Share Posted September 16, 2016 Hello, I have downloaded a live project of prestashop on my local environment. The live version is using SSL and because i don't want to create self-signed SSL Certificate I want to disable the SSL on my local environment. So what I did I changed the value of PS_SSL_ENABLED from myphpadmin from 1 to 0 but the site keeps redirecting me to https instead of the http. I checked the site urls but they are fine same as my htaccess. Does anyone have any idea what it keeps redirecting me to https? I'm using mac with chrome Link to comment Share on other sites More sharing options...
modprestashop Posted September 16, 2016 Share Posted September 16, 2016 Disabling it from phpmyadmin is not enough. When you disable SSL from admin dashboard it has other related functions which should be executed. So reverse that SSL change you did from phpmyadmin and disable SSL from admin dashboard. Also check your .htaccess file if there is any 301 redirection for https. Link to comment Share on other sites More sharing options...
giwrgos88 Posted September 17, 2016 Author Share Posted September 17, 2016 Disabling it from phpmyadmin is not enough. When you disable SSL from admin dashboard it has other related functions which should be executed. So reverse that SSL change you did from phpmyadmin and disable SSL from admin dashboard. Also check your .htaccess file if there is any 301 redirection for https. As a said the htaccess looks fine. I changed it from the backoffice but still redirects me to https Link to comment Share on other sites More sharing options...
bellini13 Posted September 18, 2016 Share Posted September 18, 2016 if you disabled it from the back office, then physically delete the .htaccess file so that it can be recreate. Link to comment Share on other sites More sharing options...
shokinro Posted September 18, 2016 Share Posted September 18, 2016 if you have ever tried the run the copied store before changing the setting, the info may has been saved by browser. It seems that browser also cache or save the data in cookies. I have had similar issue with my own store before. Please also try to clear your browser cache and cookie to see it it helps Link to comment Share on other sites More sharing options...
giwrgos88 Posted September 21, 2016 Author Share Posted September 21, 2016 if you have ever tried the run the copied store before changing the setting, the info may has been saved by browser. It seems that browser also cache or save the data in cookies. I have had similar issue with my own store before. Please also try to clear your browser cache and cookie to see it it helps I cleaned the cache and also tried different browsers + incognito 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