summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2004-02-20 18:41:18 +0000
committerRich Bowen <rbowen@apache.org>2004-02-20 18:41:18 +0000
commit4e50737a59374ee3b1edddf9be7713b62d26c4d9 (patch)
treecde204fc25661de74758dd482dbdc12cfc51df2f /docs
parent0781a3a70160a82ddb058045471c7f0572d2def4 (diff)
downloadhttpd-4e50737a59374ee3b1edddf9be7713b62d26c4d9.tar.gz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mod_alias.html.en4
-rw-r--r--docs/manual/mod/mod_alias.xml4
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</td></tr>
<div class="note"><h3>Note</h3> <p>Redirect directives take precedence over
Alias and ScriptAlias directives, irrespective of their ordering in
-the configuration file. Also, <var>URL-path</var> must be an absolute
-path, not a relative path, even when used with .htaccess files or
+the configuration file. Also, <var>URL-path</var> must be a fully
+qualified URL, not a relative path, even when used with .htaccess files or
inside of <code class="directive"><a href="../mod/core.html#directory">&lt;Directory&gt;</a></code>
sections.</p></div>
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</description>
<note><title>Note</title> <p>Redirect directives take precedence over
Alias and ScriptAlias directives, irrespective of their ordering in
-the configuration file. Also, <var>URL-path</var> must be an absolute
-path, not a relative path, even when used with .htaccess files or
+the configuration file. Also, <var>URL-path</var> must be a fully
+qualified URL, not a relative path, even when used with .htaccess files or
inside of <directive type="section" module="core">Directory</directive>
sections.</p></note>