]> granicus.if.org Git - apache/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Thu, 19 Jul 2012 06:30:37 +0000 (06:30 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 19 Jul 2012 06:30:37 +0000 (06:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1363239 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/remapping.html.en

index bdc48de9c0623301d39c9287802fad7a582d0077..0b97d283cfb0b054d640d20328ac7b1c4cc0ec84 100644 (file)
@@ -76,7 +76,7 @@ configuration.</div>
 
 <pre class="prettyprint lang-config">
 RewriteEngine  on
-RewriteRule    ^<strong>/old</strong>\.html$  <strong>/new</strong>.html [PT]
+RewriteRule    ^<strong>/foo</strong>\.html$  <strong>/bar</strong>.html [PT]
 </pre>
 
     </dd>