From 0218d01a127262997142d46f2199e3020f2a80f3 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 24 Jun 2009 21:29:32 +0200 Subject: [PATCH] lighttpd: Enable the wipi on exodus.ee.nl/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 610be9f..c31fbd5 100644 --- a/etc/lighttpd/vhosts/evolution-events-nl +++ b/etc/lighttpd/vhosts/evolution-events-nl @@ -29,7 +29,7 @@ $HTTP["host"] =~ ".evolution-events.nl$" { url.rewrite-once += ( "^/wipi/static/(.*)$" => "/staticwipi/$1", - "^(/.*)$" => "$1", + "^/Site(/.*|)$" => "/wipi/Site/$1", ) $HTTP["host"] =~ "^orga.evolution-events.nl$" { -- 2.30.2