Commit a1b6f7af authored by Eric Covener's avatar Eric Covener
Browse files

xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1422381 13f79535-47bb-0310-9956-ffa450edef68
parent 71530d9b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -169,6 +169,9 @@
        </Directory>
    </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>