From: Rich Bowen Date: Fri, 20 Feb 2004 18:37:43 +0000 (+0000) Subject: Phrasing was somewhat confusing as to the second argument to Redirect, X-Git-Tag: 2.0.49~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f983c45885c59b7a993d083e11757e02801b798b;p=thirdparty%2Fapache%2Fhttpd.git Phrasing was somewhat confusing as to the second argument to Redirect, which needs to be a fully-qualified URL, not an absolute path. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102695 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index 1b96c212f3d..5124e327913 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -169,8 +169,8 @@ a different URL

Note

Redirect directives take precedence over Alias and ScriptAlias directives, irrespective of their ordering in -the configuration file. Also, URL-path must be an absolute -path, not a relative path, even when used with .htaccess files or +the configuration file. Also, URL-path must be a fully +qualified URL, not a relative path, even when used with .htaccess files or inside of <Directory> sections.

diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index 11952da5fb8..a8cfe6bee75 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -158,8 +158,8 @@ a different URL Note

Redirect directives take precedence over Alias and ScriptAlias directives, irrespective of their ordering in -the configuration file. Also, URL-path must be an absolute -path, not a relative path, even when used with .htaccess files or +the configuration file. Also, URL-path must be a fully +qualified URL, not a relative path, even when used with .htaccess files or inside of Directory sections.