lighttpd rewrite 2025-03-29 Is it possible to convert the following from apache rewrite to lighttpd ? RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?%{QUERY_STRING}&resource=$1 [L] Thanks