]> granicus.if.org Git - apache/commitdiff
what a tangled web we weave... PR: 1874
authordgaudet <dgaudet@unknown>
Thu, 26 Feb 1998 07:01:12 +0000 (07:01 +0000)
committerdgaudet <dgaudet@unknown>
Thu, 26 Feb 1998 07:01:12 +0000 (07:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80322 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_alias.html

index aaef24a1574ce040bb3edd06a7188c972c55b22c..79bbb0c70fb1bbc9ee617ff7cdc18ae00d05300b 100644 (file)
@@ -74,6 +74,15 @@ server will require a trailing / in order to expand the alias.  That is,
 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>&lt;Directory&gt;</code></a> sections
+which cover the <i>destination</i> of aliases.  Aliasing occurs
+before <code>&lt;Directory&gt;</code> sections are checked, so only
+the destination of aliases are affected.  (Note however
+<a href="core.html#location"><code>&lt;Location&gt;</code></a>
+sections are run through once before aliases are performed, so they
+will apply.)
 <P>
 See also <A HREF="#scriptalias">ScriptAlias</A>.
 </P>