From: Duck (Jakob Munih) Date: Sun, 22 Feb 2009 21:34:47 +0000 (+0100) Subject: Update rewrite rules X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8623c35e2ab28f8418e085e6d3eecf1b5c5e1dc6;p=horde.git Update rewrite rules --- diff --git a/folks/docs/lighttpd-folks.conf b/folks/docs/lighttpd-folks.conf index 6873789a0..4cdcfe235 100644 --- 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" )