]> granicus.if.org Git - apache/commitdiff
More clarification for PR#521.
authordgaudet <dgaudet@unknown>
Wed, 7 May 1997 19:24:36 +0000 (19:24 +0000)
committerdgaudet <dgaudet@unknown>
Wed, 7 May 1997 19:24:36 +0000 (19:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78119 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_alias.html

index f2e84a1d5778dba307a027aea7f473fd0dc5b0c5..5e2bc9298066061c9a090062d6cfebeb190bdeb6 100644 (file)
@@ -39,6 +39,12 @@ Example:
 <blockquote><code>Alias /image /ftp/pub/image</code></blockquote>
 A request for http://myserver/image/foo.gif would cause the server to
 return the file /ftp/pub/image/foo.gif.<p>
+
+Note that if you include a trailing / on the <em>url-path</em> then the
+server will require a trailing / in order to expand the alias.  That is,
+if you use <code>Alias /icons/ /usr/local/etc/httpd/icons/</code> then
+the url <code>/icons</code> will not be aliased.<p>
+
 See also <A HREF="#scriptalias">ScriptAlias</A>.<p><hr>
 
 <A name="redirect"><h2>Redirect</h2></A>