Update rewrite rules
authorDuck (Jakob Munih) <duck@obala.net>
Sun, 22 Feb 2009 21:34:47 +0000 (22:34 +0100)
committerDuck (Jakob Munih) <duck@obala.net>
Sun, 22 Feb 2009 21:34:47 +0000 (22:34 +0100)
folks/docs/lighttpd-folks.conf

index 6873789..4cdcfe2 100644 (file)
@@ -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"
 )