X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Flighttpd%2Fvhosts%2Fevolution-events-nl;h=3efc9a5d80c7029bf83302ca040152d9c272af03;hb=da5b7aaff6b1cd67139f80ee5aa1dd0a7ca85b6a;hp=7084a2f9352ea541fe21a229299160656354bca6;hpb=89adb3b6b4da4d585bf24beef4cef32fbc2adc26;p=matthijs%2Fservers%2Fdrsnuggles.git 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" ) + } }