]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
For the moment, that same rule appears over here in the rewrite
authorRich Bowen <rbowen@apache.org>
Tue, 12 Aug 2008 13:35:45 +0000 (13:35 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 12 Aug 2008 13:35:45 +0000 (13:35 +0000)
directory, too. We really need to consolidate the mod_rewrite guides a
little more, so that there's not this duplication.

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

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

index 54b7923c2f1848ad6a3a3d3f622944317ae0d5eb..9bded28b43fd47ea87921f2a50dcb3fa177dc1f1 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 751315bd2a4fb3ac30478c5d8a013ec88c0f999c..3daf0ba0bc9aaf07e23190d149049e905dd8b345 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>