Allow for "/" in repository slugs
authorChuck Hagenbuch <chuck@horde.org>
Fri, 10 Sep 2010 01:34:17 +0000 (21:34 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Fri, 10 Sep 2010 01:34:49 +0000 (21:34 -0400)
chora/.htaccess

index 17ba42e..e13edfd 100644 (file)
@@ -5,5 +5,5 @@ Allow from all
     RewriteCond   %{REQUEST_FILENAME} !-d
     RewriteCond   %{REQUEST_FILENAME} !-f
     RewriteRule   ^browse/(.*)$ browsedir.php?f=$1 [QSA]
-    RewriteRule   ^([a-z-]+)/-/browse/(.*)$ browsedir.php?f=$2&rt=$1 [QSA]
+    RewriteRule   ^([a-z-\/]+)/-/browse/(.*)$ browsedir.php?f=$2&rt=$1 [QSA]
 </IfModule>