From 1315e7cc11d615f055601d8235438561b4eee5e4 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Wed, 7 May 1997 19:24:36 +0000 Subject: [PATCH] More clarification for PR#521. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78119 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_alias.html | 6 ++++++ 1 file changed, 6 insertions(+) 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

-- 2.50.1