dgaudet 98/02/25 23:01:13
Modified: htdocs/manual/mod mod_alias.html Log: what a tangled web we weave... PR: 1874 Revision Changes Path 1.19 +9 -0 apache-1.3/htdocs/manual/mod/mod_alias.html Index: mod_alias.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_alias.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- mod_alias.html 1998/02/05 20:04:39 1.18 +++ mod_alias.html 1998/02/26 07:01:12 1.19 @@ -74,6 +74,15 @@ if you use <CODE>Alias /icons/ /usr/local/apache/icons/</CODE> then the url <CODE>/icons</CODE> will not be aliased. </P> +<p> +Note that you may need to specify additional +<a href="core.html#directory"><code><Directory></code></a> sections +which cover the <i>destination</i> of aliases. Aliasing occurs +before <code><Directory></code> sections are checked, so only +the destination of aliases are affected. (Note however +<a href="core.html#location"><code><Location></code></a> +sections are run through once before aliases are performed, so they +will apply.) <P> See also <A HREF="#scriptalias">ScriptAlias</A>. </P>