Hello, I wonder if anyone can convert this .htaccess lines to lighttpd .htaccess format. RewriteEngine On RewriteRule ^rss/new /rss.php?type=new [L] RewriteRule ^rss/comments /rss.php?type=comments [L] RewriteRule ^rss/views /rss.php?type=views [L] <IfModule mod_security.c> # Turn off mod_security filtering. SecFilterEngine Off # The below probably isn't needed, # but better safe than sorry. SecFilterScanPOST Off </IfModule> Code (markup): Thankyou in advance
If you don't get the answer here you may want to post this question over at http://forum.lxlabs.com/ Sorry. I don't know the answer.