From: Rich Bowen Date: Fri, 20 Feb 2004 18:41:18 +0000 (+0000) Subject: The phrasing was rather confusing regarding the second argument to X-Git-Tag: pre_ajp_proxy~653 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e50737a59374ee3b1edddf9be7713b62d26c4d9;p=apache The phrasing was rather confusing regarding the second argument to Redirect, which should be a fully-qualified URL, rather than an absolute path. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102696 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index 0e31725963..7a4bc57036 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 11952da5fb..a8cfe6bee7 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.