Hello guys, could someone please help me convert this htaccess code into lighttpd? I've been searching on google for a while but i couldn't find an answer... php_flag register_globals on RewriteEngine On RewriteRule ^Download-([0-9]*).* go.php?go=Download&id=$1 [L,NC] RewriteRule ^searches.html$ searches.php RewriteRule ^warez.html$ cgi-bin/random-link.cgi RewriteRule ^warez-(.*).html$ cgi-bin/random-link.cgi ErrorDocument 404 http://www.dirtywarez.com Code (markup): would appreciate this very much, thanks in advance
not familiar at all with how Lighty does rewrites, but have you seen this? http://redmine.lighttpd.net/wiki/lighttpd/Docs:ModRewrite