apache mod_rewrite rules to lighttpd

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
ddragas
Forum Contributor
Posts: 445
Joined: Sun Apr 18, 2004 4:01 pm

apache mod_rewrite rules to lighttpd

Post 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
Post Reply