From ce59485351cfe7bb2bd111c2787010e3f995d3f4 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 19 Jul 2012 06:30:10 +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/branches/2.2.x@1363238 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 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]
-- 2.47.2