From e77d21ffc9cb0f8493db65eca287f2a18768b949 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 9 Dec 1996 06:06:41 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_alias.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.50.1