]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Phrasing was somewhat confusing as to the second argument to Redirect,
authorRich Bowen <rbowen@apache.org>
Fri, 20 Feb 2004 18:37:43 +0000 (18:37 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 20 Feb 2004 18:37:43 +0000 (18:37 +0000)
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

docs/manual/mod/mod_alias.html.en
docs/manual/mod/mod_alias.xml

index 1b96c212f3d1bd83bd0a847cb9fc03aa0e1afcd3..5124e3279135534c948b2681187039bc997dc331 100644 (file)
@@ -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>
 
index 11952da5fb8bb6d111a60d9cbf9634281f8e91db..a8cfe6bee75f8625f63978f18fb5d0b86de702b8 100644 (file)
@@ -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>