Baby Moon Posted February 13, 2012 Share Posted February 13, 2012 After upgraded to 1.4.7.0, my https redirect is malfunctioning. My configuration is : Enable SSL = Yes Friendly URL = Yes Use the following apache redirect rules with auto-generated prestashop rules: RewriteEngine on RewriteCond %{HTTPS} off RewriteRule (.*) https://e-marketkhas.com%{REQUEST_URI} When using e-marketkhas.com within the browser(with or without http://), it should redirects to https://e-marketkhas.com, on the browser status bar, I can see the browser redirects several times, and then the 403 errror message comes out. Finally, I copy back 1.4.6.2 source code. It's becomes normal. (no need run install) Link to comment Share on other sites More sharing options...
Rhapsody Posted February 14, 2012 Share Posted February 14, 2012 I was facing this problem few days back, now i made some changes in my coding and now it works well.... Were you able to do this on 1.4.7.0? If so, please indicate what chages you made. Link to comment Share on other sites More sharing options...
Rhapsody Posted February 14, 2012 Share Posted February 14, 2012 After upgraded to 1.4.7.0, my https redirect is malfunctioning. .... Finally, I copy back 1.4.6.2 source code. It's becomes normal. (no need run install) See this post for a temporary 1.4.7.0 fix Link to comment Share on other sites More sharing options...
Gornur9 Posted February 14, 2012 Share Posted February 14, 2012 See this post for a temporary 1.4.7.0 fix Thanks for the link! Link to comment Share on other sites More sharing options...
Recommended Posts