From: Erik Abele Date: Thu, 13 Feb 2003 20:53:02 +0000 (+0000) Subject: Fixed example description to solve PR#17006. X-Git-Tag: pre_ajp_proxy~2153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7b11c2fa458c4cf414e62eee749732cadb90482;p=apache 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 --- 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.