ClearSolid Posted October 1, 2013 Share Posted October 1, 2013 (edited) Currently I have a an htaccess with this at the top: RewriteEngine on RewriteCond %{HTTP_HOST} ^www.clearsolid.com$ RewriteRule . - [E=REWRITEBASE:/] RewriteRule ^api/?(.*)$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L]I tried replacing it with but RewriteEngine OnRewriteCond %{SERVER_PORT} 80RewriteRule ^(.*)$ http://www.clearsolid.com$1 [R,L] But I get: "This webpage has a redirect loop" How do I force SSL on either all pages or at least my checkout page? Edited October 1, 2013 by ClearSolid (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 1, 2013 Share Posted October 1, 2013 hello maybe try with this thread: http://www.prestashop.com/forums/topic/255237-force-ssl-https-connection-for-all-pages/ Link to comment Share on other sites More sharing options...
ClearSolid Posted October 1, 2013 Author Share Posted October 1, 2013 to be honest I have tried everything in that thread you mentioned, I get the error there is a redirect loop Link to comment Share on other sites More sharing options...
ticasport Posted October 4, 2013 Share Posted October 4, 2013 Same problem here. You're not going to find help unless you pay prestashop for support. They don't really support their product unless you give them money, and these mods don't seem to know anything but how to post links to other forum entries. Link to comment Share on other sites More sharing options...
vekia Posted October 5, 2013 Share Posted October 5, 2013 here on forum you can find many threads related to this problem, some of them are solved... Link to comment Share on other sites More sharing options...
djf9801 Posted April 28, 2014 Share Posted April 28, 2014 Where? I have been looking and can't find them. I really need some help in editing the htaccess to redirect to my secure domain URL but haven't had a reply. Is it a known issue or am I missing something obvious? Thanks. Link to comment Share on other sites More sharing options...
El Patron Posted April 28, 2014 Share Posted April 28, 2014 TIP: this topic link below is 'related' to enabling SSL in general and specifically when you increase number of ssl pages. And is important consideration for all shops. http://www.prestashop.com/forums/topic/162017-tip-performance-https-and-keep-alive-connections-persistant-connections/ Link to comment Share on other sites More sharing options...
Recommended Posts