I’ve seen some articles on how to configure lighttpd to serve a Symfony project, however they usually did at least one mistake:
Assuming that requests with periods (‘.’) are for static files (the period is a default separator in Symfony, and is extensively used in the new admin generators).
Ignoring parameters after a ‘?’ (they are not [...]