Here is my rewrite rule for lighttpd server ``` url.rewrite-if-not-file = ( "^/(?!app_[dev|test]+\.php/).*$" => "/app.php" ) ``` it was hard to find because lighttpd doesn't understand if not file as apache