From: Chuck Hagenbuch Date: Fri, 10 Sep 2010 01:34:17 +0000 (-0400) Subject: Allow for "/" in repository slugs X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e21b80dbbafcf3cfa636ac36643bb14effe7a935;p=horde.git Allow for "/" in repository slugs --- diff --git a/chora/.htaccess b/chora/.htaccess index 17ba42e15..e13edfda4 100644 --- a/chora/.htaccess +++ b/chora/.htaccess @@ -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]