Jump to content

Dose anyone face problem with https redirect?


Recommended Posts

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

×
×
  • Create New...