Forums » Open discussion »
apache to lighttpd rewrite convert please
Added by palermo palermo over 12 years ago
Hello
apache to lighttpd rewrite convert please
<IfModule mod_rewrite.c>
RewriteEngine on
- RewriteBase /store/cart
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !\.(png|gif|ico|swf|jpe?g|js|css)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php?sef_rewrite=1 [L,QSA]
</IfModule>
thank you