]> granicus.if.org Git - apache/commitdiff
xforms
authorEric Covener <covener@apache.org>
Sat, 15 Dec 2012 22:11:32 +0000 (22:11 +0000)
committerEric Covener <covener@apache.org>
Sat, 15 Dec 2012 22:11:32 +0000 (22:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422378 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_alias.html.en

index 841372b99d69990a581abdf19cee32f616a226ac..0b1ea2f2fd658bbe076de5daa6f013141afc9bde 100644 (file)
@@ -170,6 +170,9 @@ Alias /image /ftp/pub/image
     </pre>
 
 
+    <p>Any number slashes in the <var>URL-path</var> parameter 
+    matches any number of slashes in the requested URL-path.</p>
+
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -261,6 +264,11 @@ expressions</td></tr>
     </pre>
 
 
+    <p>Multiple leading slashes in the requested URL are discarded
+       by the server before directives from this module compares
+       against the requested URL-path.
+    </p>
+
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>