projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faf92ce
)
Allow parameters
author
Duck (Jakob Munih)
<duck@obala.net>
Mon, 23 Feb 2009 18:58:26 +0000
(19:58 +0100)
committer
Duck (Jakob Munih)
<duck@obala.net>
Mon, 23 Feb 2009 18:58:26 +0000
(19:58 +0100)
folks/docs/lighttpd-folks.conf
patch
|
blob
|
history
diff --git
a/folks/docs/lighttpd-folks.conf
b/folks/docs/lighttpd-folks.conf
index
4cdcfe2
..
de0aaa0
100644
(file)
--- a/
folks/docs/lighttpd-folks.conf
+++ b/
folks/docs/lighttpd-folks.conf
@@
-10,6
+10,6
@@
url.rewrite-once += (
"^/horde/folks/user/(.*)" => "/horde/folks/user.php?user=$1",
- "^/horde/folks/list/([a-z]+)
\?(.*)
" => "/horde/folks/$1.php?$2",
+ "^/horde/folks/list/([a-z]+)
(?:\?(.*))?
" => "/horde/folks/$1.php?$2",
"^/horde/folks/feed/(.*)" => "/horde/folks/rss/$1.php"
)