Jump to content

help .htccess converter to httpd.ini


Recommended Posts

hi, who can converter prestashop .htccess to httpd.ini, my host is IIS systerm, thanks


Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]

Link to comment
Share on other sites

  • 4 weeks later...
×
×
  • Create New...