From 4e50737a59374ee3b1edddf9be7713b62d26c4d9 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 20 Feb 2004 18:41:18 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_alias.html.en | 4 ++-- docs/manual/mod/mod_alias.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.

-- 2.50.1