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:37:23 UTC

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

Author: covener
Date: Sat Dec 15 19:37:22 2012
New Revision: 1422324

URL: http://svn.apache.org/viewvc?rev=1422324&view=rev
Log:
PR54307, Alias and leading slashes

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=1422324&r1=1422323&r2=1422324&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_alias.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_alias.xml Sat Dec 15 19:37:22 2012
@@ -153,6 +153,9 @@ Alias /image /ftp/pub/image
 </Directory>
     </highlight>
 
+    <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>