From 148c67879f6e4c5b857d3a1bba34274f51b3d2fb Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Wed, 5 Jan 2011 20:04:52 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_alias.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.2