Commit 5381f941 authored by brian's avatar brian
Browse files

Submitted by: suggested by Martin Kraemer <Martin.Kraemer@mch.sni.de>

Clarification


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77238 13f79535-47bb-0310-9956-ffa450edef68
parent 1e74a789
Loading
Loading
Loading
Loading
+4 −1
Changes for docs/manual/mod/mod_alias.html: 4 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -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