From: Daniel Gruno Date: Thu, 19 Jul 2012 06:30:10 +0000 (+0000) Subject: old/new -> foo/bar in example, so it matches the description (and the following examples) X-Git-Tag: 2.2.23~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce59485351cfe7bb2bd111c2787010e3f995d3f4;p=thirdparty%2Fapache%2Fhttpd.git old/new -> foo/bar in example, so it matches the description (and the following examples) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1363238 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml index a0ca09c21a6..3b6af5e8d69 100644 --- a/docs/manual/rewrite/remapping.xml +++ b/docs/manual/rewrite/remapping.xml @@ -73,7 +73,7 @@ configuration. RewriteEngine on
-RewriteRule ^/old\.html$ /new.html [PT] +RewriteRule ^/foo\.html$ /bar.html [PT]