projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9922f1a
)
Allow for "/" in repository slugs
author
Chuck Hagenbuch
<chuck@horde.org>
Fri, 10 Sep 2010 01:34:17 +0000
(21:34 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Fri, 10 Sep 2010 01:34:49 +0000
(21:34 -0400)
chora/.htaccess
patch
|
blob
|
history
diff --git
a/chora/.htaccess
b/chora/.htaccess
index
17ba42e
..
e13edfd
100644
(file)
--- 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]
</IfModule>