danh42 Posted June 20, 2013 Share Posted June 20, 2013 I'd like every page, script, image, etc of my PrestaShop installation to be served over SSL. I have it enabled in the admin panel, but that only forces SSL on a couple important pages. I tried adding the following rule in my Apache config: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} However, a couple pages (such as product pages) seem to actually force HTTP, even when I put https:// in the URL. Besides being absolutely idiotic, this also causes a redirect loop when I use the code above. Someone filed a bug report requesting that site-wide SSL be introduced as an option, which I think is a great idea, but it hasn't gotten any attention. Short of manually modifying lots of files, is there an easy way I can get HTTP to be used on all pages? Link to comment Share on other sites More sharing options...
roband Posted August 18, 2013 Share Posted August 18, 2013 I ran into this problem as well, while trying to enable SPDY for my entire website, which again forces HTTPS. There's some halfbaked patches for 1.4 in http:// http://forge.prestashop.com/browse/PSCFV-6689 but I'm really hoping someone has looked into this already and would be willing to share! Cheers, Robert. Link to comment Share on other sites More sharing options...
roband Posted September 9, 2013 Share Posted September 9, 2013 If you want to experiment further I've added a patch for PrestaShop 1.5.5 to http://forge.prestashop.com/browse/PSCFV-6689 Feel free to try it out. Works for me. No warranty. Cheers, Robert. 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