From f06dccb68f0e73c31173d5c8e2d1f80c38220478 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 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] -- 2.47.3