apache mod_rewrite rules to lighttpd
Posted: Mon Jun 14, 2010 9:20 am
hi all
can some1 pls help me chnage from apache mod_rewrite rules to lighttpd
here are rules
thank you in advance
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