From: Daniel Gruno Date: Thu, 19 Jul 2012 06:28:01 +0000 (+0000) Subject: old/new -> foo/bar in example, so it matches the description (and the following examples) X-Git-Tag: 2.5.0-alpha~6626 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22326658b3a5d841af954f07564df4b74589fa8f;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/trunk@1363234 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml index c20a976569c..335ad31a322 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]