lighttpd forum migration > simple rule from apache 2 lighttpd

Posted by Jorge Martínez (Guest)
on 12.11.2007 20:05
i need convert this rule from Apache:

   RewriteEngine On
   RewriteRule !\.(gif|css|js|jpg|jpeg|svg|png|php|ico|txt|xml|html)$ 
/index.php

to lighttpd :?


thank you