projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d03f58
)
fix rewrite rule since browse.php was split
author
Chuck Hagenbuch
<chuck@horde.org>
Thu, 26 Mar 2009 15:53:47 +0000
(11:53 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Thu, 26 Mar 2009 15:53:47 +0000
(11:53 -0400)
chora/.htaccess
patch
|
blob
|
history
diff --git
a/chora/.htaccess
b/chora/.htaccess
index
2ace2c4
..
b49e18d
100644
(file)
--- a/
chora/.htaccess
+++ b/
chora/.htaccess
@@
-3,5
+3,5
@@
RewriteRule ^([a-z]+).php/(.*)$ $1.php?f=$2 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
- RewriteRule ^(.*)$ browse.php?f=$1 [QSA]
+ RewriteRule ^(.*)$ browse
dir
.php?f=$1 [QSA]
</IfModule>