From da5b7aaff6b1cd67139f80ee5aa1dd0a7ca85b6a Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 20 Feb 2012 14:58:00 +0100 Subject: [PATCH] lighttpd/evolution-events.nl: Redirect /forum for extinction and ssmx. --- etc/lighttpd/vhosts/evolution-events-nl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/lighttpd/vhosts/evolution-events-nl b/etc/lighttpd/vhosts/evolution-events-nl index 7084a2f..3efc9a5 100644 --- a/etc/lighttpd/vhosts/evolution-events-nl +++ b/etc/lighttpd/vhosts/evolution-events-nl @@ -145,4 +145,10 @@ $HTTP["host"] =~ ".evolution-events.nl$" { $HTTP["host"] =~ "^nyderpunxt.evolution-events.nl$" { url.redirect += ( "^/forum(/.*)?$" => "http://www.evolution-events.nl/forum/viewforum.php?f=73" ) } + $HTTP["host"] =~ "^extinction.evolution-events.nl$" { + url.redirect += ( "^/forum(/.*)?$" => "http://www.evolution-events.nl/forum/viewforum.php?f=84" ) + } + $HTTP["host"] =~ "^(supersecretmissionx|ssmx).evolution-events.nl$" { + url.redirect += ( "^/forum(/.*)?$" => "http://www.evolution-events.nl/forum/viewforum.php?f=76" ) + } } -- 2.30.2