From: Rich Bowen Date: Wed, 5 Jan 2011 20:04:52 +0000 (+0000) Subject: Clarify that either both, or neither, arguments should have a slash. X-Git-Tag: 2.3.11~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=148c67879f6e4c5b857d3a1bba34274f51b3d2fb;p=thirdparty%2Fapache%2Fhttpd.git Clarify that either both, or neither, arguments should have a slash. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055611 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index af2f00e8e41..07c41dc89c3 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