From: brian Date: Mon, 9 Dec 1996 06:06:41 +0000 (+0000) Subject: Submitted by: suggested by Martin Kraemer X-Git-Tag: APACHE_1_2b2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e77d21ffc9cb0f8493db65eca287f2a18768b949;p=apache Submitted by: suggested by Martin Kraemer Clarification git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77238 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.html b/docs/manual/mod/mod_alias.html index fb0013186f..8a69f564db 100644 --- a/docs/manual/mod/mod_alias.html +++ b/docs/manual/mod/mod_alias.html @@ -59,8 +59,11 @@ beginning with url. Example: http://foo2.bar.com/service If the client requests http://myserver/service/foo.txt, it will be told to access http://foo2.bar.com/service/foo.txt instead.

+ Note: Redirect directives take precedence over Alias and ScriptAlias -directives, irrespective of their ordering in the configuration file.

+directives, irrespective of their ordering in the configuration file. Also, +Url-path must be an absolute path, not a relative path, even when used with +.htaccess files or inside of <Directory> sections.

If no status argument is given, the redirect will be "temporary" (HTTP status 302). This indicates to the client that the