dgaudet 97/05/07 12:24:37
Modified: htdocs/manual/mod mod_alias.html Log: More clarification for PR#521. Revision Changes Path 1.9 +6 -0 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.8 retrieving revision 1.9 diff -C3 -r1.8 -r1.9 *** mod_alias.html 1997/01/24 00:32:47 1.8 --- mod_alias.html 1997/05/07 19:24:36 1.9 *************** *** 39,44 **** --- 39,50 ---- <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>