From 22326658b3a5d841af954f07564df4b74589fa8f Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 19 Jul 2012 06:28:01 +0000 Subject: [PATCH] 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 --- docs/manual/rewrite/remapping.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml index c20a976569..335ad31a32 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]