From 1be6165979e711e149ba9ec2dd1784c3a76c8770 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 13 Feb 2011 17:29:37 +0100 Subject: [PATCH] lighttpd: Move the EE orga forum back to orga.evolution-events.nl --- etc/lighttpd/vhosts/evolution-events-nl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/lighttpd/vhosts/evolution-events-nl b/etc/lighttpd/vhosts/evolution-events-nl index 7ee6273..d4504df 100644 --- a/etc/lighttpd/vhosts/evolution-events-nl +++ b/etc/lighttpd/vhosts/evolution-events-nl @@ -48,10 +48,10 @@ $HTTP["host"] =~ ".evolution-events.nl$" { # Enable dirlistings for /private server.dir-listing = "enable" } + } - url.rewrite-once += ( - "^/forum/(.+)$" => "/forum/", - ) + $HTTP["host"] =~ "^orga-forum.evolution-events.nl$" { + url.redirect = ( ".*" => "http://orga.evolution-events.nl/forum" ) } $HTTP["host"] =~ "^hunter-net.evolution-events.nl$" { -- 2.30.2