diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-11 01:18:36 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-11 01:18:36 +0000 |
commit | 08f87ed62dcf71415586b875bb7bce10986a6a6b (patch) | |
tree | 14cf0c3edccf1052390d10a063e4365c70c9b8a0 /doc/tips | |
parent | d0764e86de15b0121d60b2fe5ffbcf9eeb4d7aff (diff) |
formatting
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/usedirs_redirections.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tips/usedirs_redirections.mdwn b/doc/tips/usedirs_redirections.mdwn index ef356a082..b6e85aac8 100644 --- a/doc/tips/usedirs_redirections.mdwn +++ b/doc/tips/usedirs_redirections.mdwn @@ -4,10 +4,10 @@ RewriteEngine. This example is for a wiki at the top of a web site, but can be adapted to other situations. # pages - RewriteCond $1 !^/~ # these pages - RewriteCond $1 !^/doc/ # are not part of - RewriteCond $1 !^/ajaxterm # the wiki, so - RewriteCond $1 !^/cgi-bin/ # don't rewrite them + RewriteCond $1 !^/~ # these pages + RewriteCond $1 !^/doc/ # are not part of + RewriteCond $1 !^/ajaxterm # the wiki, so + RewriteCond $1 !^/cgi-bin/ # don't rewrite them RewriteCond $1 !.*/index$ RewriteRule (.+).html $1/ [R] |