projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89adb3b
)
lighttpd/evolution-events.nl: Redirect /forum for extinction and ssmx.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 20 Feb 2012 13:58:00 +0000
(14:58 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 20 Feb 2012 13:58:00 +0000
(14:58 +0100)
etc/lighttpd/vhosts/evolution-events-nl
patch
|
blob
|
history
diff --git
a/etc/lighttpd/vhosts/evolution-events-nl
b/etc/lighttpd/vhosts/evolution-events-nl
index 7084a2f9352ea541fe21a229299160656354bca6..3efc9a5d80c7029bf83302ca040152d9c272af03 100644
(file)
--- 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" )
+ }
}