From 566b527940d8da5c0530ff60a62c641742cc6876 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 29 Jul 2009 10:55:18 +0200 Subject: [PATCH] lighttpd: Fix rewrite rule for the evolution-events.nl wipi This new rewrite rule also supports query parameters on /Site. --- etc/lighttpd/vhosts/evolution-events-nl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$" { -- 2.30.2