From: Matthijs Kooijman Date: Wed, 29 Jul 2009 08:55:18 +0000 (+0200) Subject: lighttpd: Fix rewrite rule for the evolution-events.nl wipi X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=566b527940d8da5c0530ff60a62c641742cc6876;p=matthijs%2Fservers%2Fdrsnuggles.git lighttpd: Fix rewrite rule for the evolution-events.nl wipi This new rewrite rule also supports query parameters on /Site. --- diff --git a/etc/lighttpd/vhosts/evolution-events-nl b/etc/lighttpd/vhosts/evolution-events-nl index 914e8ba..1a7085b 100644 --- a/etc/lighttpd/vhosts/evolution-events-nl +++ b/etc/lighttpd/vhosts/evolution-events-nl @@ -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$" {