From: Joshua Slive Date: Thu, 13 Dec 2001 21:46:05 +0000 (+0000) Subject: Fix links. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65e29f748c526c95361fccea552632444b56acc6;p=apache Fix links. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92462 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index dae5d6e8a6..e272c2d127 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -188,7 +188,7 @@
default
The treatment of requests with trailing pathname information is determined by the handler responsible for the request. + href="../handler.html">handler responsible for the request. The core handler for normal files defaults to rejecting PATH_INFO. Handlers that serve scripts, such as cgi-script and INCLUDES are implemented on top of the core handler, and therefore reject requests with PATH_INFO. You can use the AcceptPathInfo directive to + href="mod/core.html#acceptpathinfo">AcceptPathInfo 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.