From a7b11c2fa458c4cf414e62eee749732cadb90482 Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Thu, 13 Feb 2003 20:53:02 +0000 Subject: [PATCH] Fixed example description to solve PR#17006. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98640 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/rewriteguide.html.en | 2 +- docs/manual/misc/rewriteguide.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/misc/rewriteguide.html.en b/docs/manual/misc/rewriteguide.html.en index c6673eb5c5..d4b4b453a4 100644 --- a/docs/manual/misc/rewriteguide.html.en +++ b/docs/manual/misc/rewriteguide.html.en @@ -1001,7 +1001,7 @@ RewriteRule ^(.*)$ $1.html

Assume we have recently renamed the page - bar.html to foo.html and now want + foo.html to bar.html and now want to provide the old URL for backward compatibility. Actually we want that users of the old URL even not recognize that the pages was renamed.

diff --git a/docs/manual/misc/rewriteguide.xml b/docs/manual/misc/rewriteguide.xml index 819ff2fddf..17cf6588d9 100644 --- a/docs/manual/misc/rewriteguide.xml +++ b/docs/manual/misc/rewriteguide.xml @@ -990,7 +990,7 @@ RewriteRule ^(.*)$ $1.html

Assume we have recently renamed the page - bar.html to foo.html and now want + foo.html to bar.html and now want to provide the old URL for backward compatibility. Actually we want that users of the old URL even not recognize that the pages was renamed.

-- 2.50.1