brian 96/12/08 22:06:43
Modified: htdocs/manual/mod mod_alias.html
Log:
Submitted by: suggested by Martin Kraemer <[EMAIL PROTECTED]>
Clarification
Revision Changes Path
1.7 +4 -1 apache/htdocs/manual/mod/mod_alias.html
Index: mod_alias.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_alias.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C3 -r1.6 -r1.7
*** mod_alias.html 1996/12/02 18:13:59 1.6
--- mod_alias.html 1996/12/09 06:06:41 1.7
***************
*** 59,66 ****
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>
If no <em>status</em> argument is given, the redirect will be
"temporary" (HTTP status 302). This indicates to the client that the
--- 59,69 ----
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. Also,
! <em>Url-path</em> must be an absolute path, not a relative path, even when
used with
! .htaccess files or inside of <Directory> 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