formatting
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 11 Apr 2007 01:18:36 +0000 (01:18 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 11 Apr 2007 01:18:36 +0000 (01:18 +0000)
doc/tips/usedirs_redirections.mdwn

index ef356a0824e722ce81e28f5832cd10ce9c386f7c..b6e85aac80ab771d7a00ffe75e16c88cf061582e 100644 (file)
@@ -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]