]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Clarify that either both, or neither, arguments should have a slash.
authorRich Bowen <rbowen@apache.org>
Wed, 5 Jan 2011 20:04:52 +0000 (20:04 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 5 Jan 2011 20:04:52 +0000 (20:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1055611 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_alias.xml

index af2f00e8e4184a6f594cbd70458f2bf8637b7688..07c41dc89c3fe9feeb1bffdf2bb13b835cfd282c 100644 (file)
@@ -127,7 +127,10 @@ href="../urlmapping.html">Mapping URLs to the filesystem</a></seealso>
 
     <dl><dd><code>Alias /icons/ /usr/local/apache/icons/</code></dd></dl>
 
-    <p>then the url <code>/icons</code> will not be aliased.</p>
+    <p>then the url <code>/icons</code> will not be aliased, as it lacks
+    that trailing /. Likewise, if you omit the slash on the
+    <var>url-path</var> then you must also omit it from the
+    <var>file-path</var>.</p>
 
     <p>Note that you may need to specify additional <directive
     type="section" module="core">Directory</directive> sections which