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:
4644cfa
)
lighttpd: Fix rewrite rule for the evolution-events.nl wipi
author
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 29 Jul 2009 08:55:18 +0000
(10:55 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 29 Jul 2009 08:55:18 +0000
(10:55 +0200)
This new rewrite rule also supports query parameters on /Site.
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 914e8bab3ac94beef26898579bb57bd21ce4ac9b..1a7085b1f986591b12658a9848a93bce03c3ef6b 100644
(file)
--- a/
etc/lighttpd/vhosts/evolution-events-nl
+++ b/
etc/lighttpd/vhosts/evolution-events-nl
@@
-28,7
+28,7
@@
$HTTP["host"] =~ ".evolution-events.nl$" {
url.rewrite-once += (
"^/wipi/static/(.*)$" => "/staticwipi/$1",
- "^/Site(/.*|)$" => "/wipi/Site/$1",
+ "^/Site(/.*|
\?.*|
)$" => "/wipi/Site/$1",
)
$HTTP["host"] =~ "^orga.evolution-events.nl$" {