nginx for cs-cart
vidan
nginx-forum at nginx.us
Mon Oct 17 12:25:00 UTC 2011
Hello,
please do open http://kb2.cs-cart.com/seo-not-work#1
[quote]
DirectoryIndex index.html index.php
<IfModule mod_rewrite.c>
RewriteEngine on
# Some hostings require RewriteBase to be uncommented
# Example:
# Your store url is http://www.yourcompany.com/store/cscart
# So "RewriteBase" should be:
# RewriteBase /store/cscart
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php?sef_rewrite=1 [L,QSA]
</IfModule>
[/quote]
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,216707,216795#msg-216795
More information about the nginx
mailing list