Project

General

Profile

apache to lighttpd rewrite convert please

Added by palermo palermo almost 12 years ago

Hello

apache to lighttpd rewrite convert please

<IfModule mod_rewrite.c>
RewriteEngine on
  1. 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


    (1-1/1)