You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2012/12/15 20:43:20 UTC

svn commit: r1422329 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml

Author: covener
Date: Sat Dec 15 19:43:19 2012
New Revision: 1422329

URL: http://svn.apache.org/viewvc?rev=1422329&view=rev
Log:
r1422324 from trunk -- PR54307, Alias and leading slashes

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml?rev=1422329&r1=1422328&r2=1422329&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_alias.xml Sat Dec 15 19:43:19 2012
@@ -156,6 +156,9 @@ href="../URLmapping.html">Mapping URLs t
         </Directory>
     </example>
 
+    <p>Any number of leading slashes in the <var>URL-path</var> parameter
+    matches any number of leading slashes in the requested URL-path.</p>
+
 </usage>
 </directivesynopsis>