From: Erik Abele Date: Thu, 13 Feb 2003 20:53:02 +0000 (+0000) Subject: Fixed example description to solve PR#17006. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50c613cd3e1ef551ae81c2b90925488ba2a3ad5d;p=thirdparty%2Fapache%2Fhttpd.git 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 c6673eb5c52..d4b4b453a43 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 819ff2fddfd..17cf6588d98 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.