]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorEric Covener <covener@apache.org>
Sat, 15 Dec 2012 22:13:10 +0000 (22:13 +0000)
committerEric Covener <covener@apache.org>
Sat, 15 Dec 2012 22:13:10 +0000 (22:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1422381 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_alias.html.en

index 0027185a0b0c572b2a5866a7fec73af0ae26bd47..ba31651892d6d8582d8cb4e02f0177efcc09eff0 100644 (file)
         &lt;/Directory&gt;
     </code></p></div>
 
+    <p>Any number of 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>
@@ -254,6 +257,11 @@ expressions</td></tr>
       AliasMatch ^/image/(.*)\.gif$ /files/gif.images/$1.gif
     </code></p></div>
 
+    <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>