From: Matthijs Kooijman Date: Mon, 20 Feb 2012 13:58:00 +0000 (+0100) Subject: lighttpd/evolution-events.nl: Redirect /forum for extinction and ssmx. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=da5b7aaff6b1cd67139f80ee5aa1dd0a7ca85b6a;p=matthijs%2Fservers%2Fdrsnuggles.git lighttpd/evolution-events.nl: Redirect /forum for extinction and ssmx. --- 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" ) + } }