lighttpd: Fix rewrite rule for the evolution-events.nl wipi
[matthijs/servers/drsnuggles.git] / etc / lighttpd / vhosts / evolution-events-nl
index c31fbd56787a51448517454fe329b2b57b897d31..1a7085b1f986591b12658a9848a93bce03c3ef6b 100644 (file)
@@ -19,7 +19,6 @@ $HTTP["host"] =~ ".evolution-events.nl$" {
                ((
                        "socket" => var.site-fcgi-dir + "/wipi",
                        "check-local" => "disable",
-                       "broken-scriptfilename" => "enable",
                )),
        )
        alias.url += (
@@ -29,7 +28,7 @@ $HTTP["host"] =~ ".evolution-events.nl$" {
        
        url.rewrite-once += (
                "^/wipi/static/(.*)$" => "/staticwipi/$1",
-               "^/Site(/.*|)$" => "/wipi/Site/$1",
+               "^/Site(/.*|\?.*|)$" => "/wipi/Site/$1",
        )
 
        $HTTP["host"] =~ "^orga.evolution-events.nl$" {