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