From: Rich Bowen Date: Wed, 5 Jan 2011 20:08:12 +0000 (+0000) Subject: Clarify trailing slashes on aliases. Resolves tid50545 X-Git-Tag: 2.2.18~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f7aa74ead4562679951b1b5253e7acf5f78c39b;p=thirdparty%2Fapache%2Fhttpd.git Clarify trailing slashes on aliases. Resolves tid50545 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1055614 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index 83938c17954..764119de419 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -127,7 +127,10 @@ href="../urlmapping.html">Mapping URLs to the filesystem
Alias /icons/ /usr/local/apache/icons/
-

then the url /icons will not be aliased.

+

then the url /icons will not be aliased, as it lacks + that trailing /. Likewise, if you omit the slash on the + url-path then you must also omit it from the + file-path.

Note that you may need to specify additional Directory sections which