"^(/.*)$" => "/blaa$1",
)
}
+
+ # Redirect some deprecated urls.
+ $HTTP["host"] =~ "^lextalionis2.evolution-events.nl$" {
+ url.redirect = ( "^(.*)$" => "http://lextalionis.evolution-events.nl$1" )
+ }
+ $HTTP["host"] =~ "^raganorck2.evolution-events.nl$" {
+ url.redirect = ( "^(.*)$" => "http://raganorck.evolution-events.nl$1" )
+ }
+ $HTTP["host"] =~ "^exodus2.evolution-events.nl$" {
+ url.redirect = ( "^(.*)$" => "http://exodus.evolution-events.nl$1" )
+ }
+ $HTTP["host"] =~ "^www2.evolution-events.nl$" {
+ url.redirect = ( "^(.*)$" => "http://www.evolution-events.nl$1" )
+ }
}