]> granicus.if.org Git - apache/commitdiff
The [uge] isn't necessary in this context. We're just talking about /u/
authorRich Bowen <rbowen@apache.org>
Tue, 12 Aug 2008 13:41:34 +0000 (13:41 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 12 Aug 2008 13:41:34 +0000 (13:41 +0000)
here. Surely we can come up with a better example of this.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685146 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/rewrite_guide.html.en
docs/manual/rewrite/rewrite_guide.xml

index 69f847bd8805482b89b9cb6fddaa3c39721af79c..bcdb835514654018458e04e1aaec03405ba92258 100644 (file)
@@ -93,7 +93,7 @@ useful examples</a></li><li><a href="rewrite_tech.html">Technical details</a></l
 
 <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 ff18e7e9fadc9c079d3a34dd030fd39a888c1e59..7bf03fda1f697b975478d7c9d967fb23771b7f18 100644 (file)
@@ -82,7 +82,7 @@ useful examples</a></seealso>
 
 <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>