Commit 7199fa94 authored by Eric Covener's avatar Eric Covener
Browse files

not just leading slashes


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1422364 13f79535-47bb-0310-9956-ffa450edef68
parent c552eade
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -156,8 +156,8 @@ href="../URLmapping.html">Mapping URLs to the filesystem</a></seealso>
        &lt;/Directory&gt;
    </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>
    <p>Any number of slashes in the <var>URL-path</var> parameter
    matches any number of slashes in the requested URL-path.</p>

</usage>
</directivesynopsis>