]> granicus.if.org Git - apache/commitdiff
The phrasing was rather confusing regarding the second argument to
authorRich Bowen <rbowen@apache.org>
Fri, 20 Feb 2004 18:41:18 +0000 (18:41 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 20 Feb 2004 18:41:18 +0000 (18:41 +0000)
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
docs/manual/mod/mod_alias.xml

index 0e317259633e7f2d440bc2153cda474fd16645ad..7a4bc57036101c82de706bd5170cbf653b87b5bd 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>