Using friendly SEO URLs with lighttpd add the following to url rewrite your configuration: url.rewrite = ( "^/(data|install|internal_data|js|library|styles)/(.*)$" => "$0", "^/(.*\.php)(.*)$" => "$0", "^/.*(\?.*)" => "/index.php$1", "" =>...