From: dgaudet Date: Wed, 7 May 1997 19:24:36 +0000 (+0000) Subject: More clarification for PR#521. X-Git-Tag: APACHE_1_2b11~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1315e7cc11d615f055601d8235438561b4eee5e4;p=apache More clarification for PR#521. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78119 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.html b/docs/manual/mod/mod_alias.html index f2e84a1d57..5e2bc92980 100644 --- a/docs/manual/mod/mod_alias.html +++ b/docs/manual/mod/mod_alias.html @@ -39,6 +39,12 @@ Example:
Alias /image /ftp/pub/image
A request for http://myserver/image/foo.gif would cause the server to return the file /ftp/pub/image/foo.gif.

+ +Note that if you include a trailing / on the url-path then the +server will require a trailing / in order to expand the alias. That is, +if you use Alias /icons/ /usr/local/etc/httpd/icons/ then +the url /icons will not be aliased.

+ See also ScriptAlias.


Redirect