Page 1 of 1

apache mod_rewrite rules to lighttpd

Posted: Mon Jun 14, 2010 9:20 am
by ddragas
hi all

can some1 pls help me chnage from apache mod_rewrite rules to lighttpd

here are rules

Code: Select all

RewriteRule ^/?$ index.php?pid=1 [L]
RewriteRule ^([0-9]+)/?$ index.php?pid=$1 [L]
RewriteRule ^(hr|si)/([-_0-9A-Za-z\s\/\.]+)$  index.php?%{QUERY_STRING} [NC]

thank you in advance