From 340a17aa628473e613a71e55686827cd744ea8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Wed, 1 Dec 2010 13:34:19 +0000 Subject: PR#50354 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041003 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_mime.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'docs/manual/mod/mod_mime.xml') diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index ca37507748..d557121bfc 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -693,13 +693,12 @@ components as part of the filename ModMimeUsePathInfo On -

If you have a request for /bar/foo.shtml where - /bar is a Location and ModMimeUsePathInfo is On, - mod_mime will treat the incoming request as - /bar/foo.shtml and directives like AddOutputFilter - INCLUDES .shtml will add the INCLUDES filter to the - request. If ModMimeUsePathInfo is not set, the +

If you have a request for /index.php/foo.shtml where + /index.php mod_mime will now treat the + incoming request as /index.php/foo.shtml and directives + like AddOutputFilter INCLUDES .shtml will add the + INCLUDES filter to the request. If ModMimeUsePathInfo is not set, the INCLUDES filter will not be added.

AcceptPathInfo -- cgit v1.2.1