Jump to content

Prestashop 1.6 on iis 7.5 enable friendly URL


Recommended Posts

I successfully upgraded froim 1.4 to 1.6 with the upgrade module.  I switched to the default theme and got everything running.

 

I want to enable friendly URLS but  the .htaccess file does not import into a web.config file like it use to in 1.4.

 

Does anyone have a working web.config file for 1.6?

 

I get error such as

RewriteRule . - [E=REWRITEBASE:/]

The rule cannot be converted into an equivialnt iss format because of unsupported flags: E:

 

RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L]

This rule was not converted because it contains referenced that are not supported: EVN: rewritebase

 

there are a total of 10 errors like that.

 

 

 

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...