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:28:01 UTC

svn commit: r1363234 - /httpd/httpd/trunk/docs/manual/rewrite/remapping.xml

Author: humbedooh
Date: Thu Jul 19 06:28:01 2012
New Revision: 1363234

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

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/remapping.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/remapping.xml?rev=1363234&r1=1363233&r2=1363234&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/remapping.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/remapping.xml Thu Jul 19 06:28:01 2012
@@ -73,7 +73,7 @@ configuration.</note>
 
 <highlight language="config">
 RewriteEngine  on
-RewriteRule    ^<strong>/old</strong>\.html$  <strong>/new</strong>.html [PT]
+RewriteRule    ^<strong>/foo</strong>\.html$  <strong>/bar</strong>.html [PT]
 </highlight>
     </dd>
   </dl>