I would like to switch over to lighttpd but confounded in converting over my url rewrite rules for lighttpd. This is my httaccess file: RewriteEngine on RewriteRule ^[^:]*\.(php|src|jpg|jpeg|png|gif|bmp|css|js|inc|phtml| pl|ico|html|shtml)$ - [L,NC] RewriteRule ^index.php?title - [L] RewriteRule ^(.*)\&(.*)$ $1\%26$2 RewriteRule ^(.+)$ /index.php?title=$1 [L,QSA] Code (markup): anybody can help converting this to lighttpd?
Unfortunatley I don't think there is an automated way to do this. You'll need to follow the instructions at redmine.lighttpd.net/wiki/lighttpd/Docs%3AModRewrite