Fix for lighttpd regex
@ -128,7 +128,7 @@ A basic FastCGI configuration for lighttpd looks like that::
)
url.rewrite-once = (
"^(/static.*)$" => "$1",
"^(/static($|/.*))$" => "$1",
"^(/.*)$" => "/yourapplication.fcgi$1"
Remember to enable the FastCGI, alias and rewrite modules. This configuration