lighttpd: Fix rewrite rule for the evolution-events.nl wipi
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 29 Jul 2009 08:55:18 +0000 (10:55 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 29 Jul 2009 08:55:18 +0000 (10:55 +0200)
This new rewrite rule also supports query parameters on /Site.

etc/lighttpd/vhosts/evolution-events-nl

index 914e8bab3ac94beef26898579bb57bd21ce4ac9b..1a7085b1f986591b12658a9848a93bce03c3ef6b 100644 (file)
@@ -28,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$" {