]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
The [uge] in this rule seems to be a reference to other rules elsewhere
authorRich Bowen <rbowen@apache.org>
Tue, 12 Aug 2008 13:33:12 +0000 (13:33 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 12 Aug 2008 13:33:12 +0000 (13:33 +0000)
in the guide, but in this context, it's just confusing. I assume that
Ralf just copied rules out of his config files on his own servers, and
they made sense in that context.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@685144 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/rewriteguide.html.en
docs/manual/misc/rewriteguide.xml

index 6c8fe59fee999fdc1280cb8dc16d87854ff295dd..b8eeeaaed2d2cc58afdeb3374b7e632f049f265f 100644 (file)
 
 <div class="example"><pre>
 RewriteRule   ^/<strong>~</strong>([^/]+)/?(.*)    /<strong>u</strong>/$1/$2  [<strong>R</strong>]
-RewriteRule   ^/([uge])/(<strong>[^/]+</strong>)$  /$1/$2<strong>/</strong>   [<strong>R</strong>]
+RewriteRule   ^/u/(<strong>[^/]+</strong>)$  /$1/$2<strong>/</strong>   [<strong>R</strong>]
 </pre></div>
         </dd>
       </dl>
index 7b58cbfa02d2f8172cf5ad71f1ee2102b0fcca99..57e8602675498d6b5bd82697892bc4a6c81254e0 100644 (file)
 
 <example><pre>
 RewriteRule   ^/<strong>~</strong>([^/]+)/?(.*)    /<strong>u</strong>/$1/$2  [<strong>R</strong>]
-RewriteRule   ^/([uge])/(<strong>[^/]+</strong>)$  /$1/$2<strong>/</strong>   [<strong>R</strong>]
+RewriteRule   ^/u/(<strong>[^/]+</strong>)$  /$1/$2<strong>/</strong>   [<strong>R</strong>]
 </pre></example>
         </dd>
       </dl>