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:29:30 UTC

svn commit: r1363237 - /httpd/httpd/branches/2.4.x/docs/manual/rewrite/remapping.xml

Author: humbedooh
Date: Thu Jul 19 06:29:29 2012
New Revision: 1363237

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

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

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/remapping.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/remapping.xml?rev=1363237&r1=1363236&r2=1363237&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/remapping.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/remapping.xml Thu Jul 19 06:29:29 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>