git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92462
13f79535-47bb-0310-9956-
ffa450edef68
<dt><code>default</code><dd>The treatment of requests with
trailing pathname information is determined by the <a
- href="../handlers.html">handler</a> responsible for the request.
+ href="../handler.html">handler</a> responsible for the request.
The core handler for normal files defaults to rejecting PATH_INFO.
Handlers that serve scripts, such as <a
href="mod_cgi.html">cgi-script</a> and <a
href="mod/mod_include.html">INCLUDES</a> are implemented on top
of the core handler, and therefore reject requests with
PATH_INFO. You can use the <a
- href="core.html#acceptpathinfo">AcceptPathInfo</a> directive to
+ href="mod/core.html#acceptpathinfo">AcceptPathInfo</a> directive to
force the core handler to accept requests with PATH_INFO and
thereby restore the ability to use PATH_INFO in server-side
includes.</li>