You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/01/05 21:04:53 UTC

svn commit: r1055611 - /httpd/httpd/trunk/docs/manual/mod/mod_alias.xml

Author: rbowen
Date: Wed Jan  5 20:04:52 2011
New Revision: 1055611

URL: http://svn.apache.org/viewvc?rev=1055611&view=rev
Log:
Clarify that either both, or neither, arguments should have a slash.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_alias.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_alias.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_alias.xml?rev=1055611&r1=1055610&r2=1055611&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_alias.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_alias.xml Wed Jan  5 20:04:52 2011
@@ -127,7 +127,10 @@ href="../urlmapping.html">Mapping URLs t
 
     <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