X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Flighttpd%2Fvhosts%2Fevolution-events-nl;fp=etc%2Flighttpd%2Fvhosts%2Fevolution-events-nl;h=7084a2f9352ea541fe21a229299160656354bca6;hb=a73e0429667aa897d78217a70cabdbae5ffecd98;hp=d4504dfa0471c03039b2ad9199baa3b6a522777e;hpb=1be6165979e711e149ba9ec2dd1784c3a76c8770;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/lighttpd/vhosts/evolution-events-nl b/etc/lighttpd/vhosts/evolution-events-nl index d4504df..7084a2f 100644 --- a/etc/lighttpd/vhosts/evolution-events-nl +++ b/etc/lighttpd/vhosts/evolution-events-nl @@ -125,4 +125,24 @@ $HTTP["host"] =~ ".evolution-events.nl$" { $HTTP["host"] =~ "^www2.evolution-events.nl$" { url.redirect = ( "^(.*)$" => "http://www.evolution-events.nl$1" ) } + + # Redirect old forum urls + $HTTP["host"] =~ "^deadfoxjunction.evolution-events.nl$" { + url.redirect += ( "^/forum(/.*)?$" => "http://www.evolution-events.nl/forum/viewforum.php?f=58" ) + } + $HTTP["host"] =~ "^blackbox.evolution-events.nl$" { + url.redirect += ( "^/forum(/.*)?$" => "http://www.evolution-events.nl/forum/viewforum.php?f=57" ) + } + $HTTP["host"] =~ "^exit.evolution-events.nl$" { + url.redirect += ( "^/forum(/.*)?$" => "http://www.evolution-events.nl/forum/viewforum.php?f=72" ) + } + $HTTP["host"] =~ "^lextalionis.evolution-events.nl$" { + url.redirect += ( "^/forum(/.*)?$" => "http://www.evolution-events.nl/forum/viewforum.php?f=75" ) + } + $HTTP["host"] =~ "^exodus.evolution-events.nl$" { + url.redirect += ( "^/forum(/.*)?$" => "http://www.evolution-events.nl/forum/viewforum.php?f=74" ) + } + $HTTP["host"] =~ "^nyderpunxt.evolution-events.nl$" { + url.redirect += ( "^/forum(/.*)?$" => "http://www.evolution-events.nl/forum/viewforum.php?f=73" ) + } }