]> granicus.if.org Git - apache/commitdiff
Submitted by: suggested by Martin Kraemer <Martin.Kraemer@mch.sni.de>
authorbrian <brian@unknown>
Mon, 9 Dec 1996 06:06:41 +0000 (06:06 +0000)
committerbrian <brian@unknown>
Mon, 9 Dec 1996 06:06:41 +0000 (06:06 +0000)
Clarification

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77238 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_alias.html

index fb0013186f180b179f4c65c8400ad7d7177ddac3..8a69f564db53a870a6b4c7e3be2cf8ac0f576aeb 100644 (file)
@@ -59,8 +59,11 @@ beginning with <em>url</em>. Example:
 http://foo2.bar.com/service</code></blockquote>
 If the client requests http://myserver/service/foo.txt, it will be told to
 access http://foo2.bar.com/service/foo.txt instead.<p>
+
 Note: Redirect directives take precedence over Alias and ScriptAlias
-directives, irrespective of their ordering in the configuration file.<p>
+directives, irrespective of their ordering in the configuration file.  Also,
+<em>Url-path</em> must be an absolute path, not a relative path, even when used with
+.htaccess files or inside of &lt;Directory&gt; sections.<p>
 
 If no <em>status</em> argument is given, the redirect will be
 "temporary" (HTTP status 302). This indicates to the client that the