You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/07/19 08:30:10 UTC

svn commit: r1363238 - /httpd/httpd/branches/2.2.x/docs/manual/rewrite/remapping.xml

Author: humbedooh
Date: Thu Jul 19 06:30:10 2012
New Revision: 1363238

URL: http://svn.apache.org/viewvc?rev=1363238&view=rev
Log:
old/new -> foo/bar in example, so it matches the description (and the following examples)

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/remapping.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/remapping.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/remapping.xml?rev=1363238&r1=1363237&r2=1363238&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/remapping.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/remapping.xml Thu Jul 19 06:30:10 2012
@@ -73,7 +73,7 @@ configuration.</note>
 
 <example>
 RewriteEngine  on<br />
-RewriteRule    ^<strong>/old</strong>\.html$  <strong>/new</strong>.html [PT]
+RewriteRule    ^<strong>/foo</strong>\.html$  <strong>/bar</strong>.html [PT]
 </example>
     </dd>
   </dl>