projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c58ab7
)
Update rewrite rules
author
Duck (Jakob Munih)
<duck@obala.net>
Sun, 22 Feb 2009 21:34:47 +0000
(22:34 +0100)
committer
Duck (Jakob Munih)
<duck@obala.net>
Sun, 22 Feb 2009 21:34:47 +0000
(22:34 +0100)
folks/docs/lighttpd-folks.conf
patch
|
blob
|
history
diff --git
a/folks/docs/lighttpd-folks.conf
b/folks/docs/lighttpd-folks.conf
index
6873789
..
4cdcfe2
100644
(file)
--- a/
folks/docs/lighttpd-folks.conf
+++ b/
folks/docs/lighttpd-folks.conf
@@
-9,6
+9,7
@@
## The exact path you use will of course depend on your specific configuration.
url.rewrite-once += (
- "^/horde/folks/user/(.*)" => "/horde/folksi/user.php?user=$1",
- "^/horde/folks/list/([a-z]+)" => "/horde/folksi/$1.php"
+ "^/horde/folks/user/(.*)" => "/horde/folks/user.php?user=$1",
+ "^/horde/folks/list/([a-z]+)\?(.*)" => "/horde/folks/$1.php?$2",
+ "^/horde/folks/feed/(.*)" => "/horde/folks/rss/$1.php"
)