From: Erik Abele Date: Sat, 14 Sep 2002 15:03:14 +0000 (+0000) Subject: Fixed the fix before :-) Thanks to Andre. X-Git-Tag: 2.0.42~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c04b0e42a8fe546756dccfecfb827e82a081a3a;p=apache Fixed the fix before :-) Thanks to Andre. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96808 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/urlmapping.html.en b/docs/manual/urlmapping.html.en index d176cb6411..7ab9d333bc 100755 --- a/docs/manual/urlmapping.html.en +++ b/docs/manual/urlmapping.html.en @@ -115,7 +115,7 @@ the new URL. This is called redirection and is implemented by the Redirect directive. For example, if the contents of the directory /foo/ under the - DocumentRoot are moved + DocumentRoot are moved to the new directory /bar/, you can instruct clients to request the content at the new location as follows:

diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml index e61f99eab8..e65251bdce 100644 --- a/docs/manual/urlmapping.xml +++ b/docs/manual/urlmapping.xml @@ -160,7 +160,7 @@ implemented by the Redirect directive. For example, if the contents of the directory /foo/ under the - DocumentRoot are moved + DocumentRoot are moved to the new directory /bar/, you can instruct clients to request the content at the new location as follows: