]> granicus.if.org Git - apache/commitdiff
PR#50354
authorIgor Galić <igalic@apache.org>
Wed, 1 Dec 2010 13:34:19 +0000 (13:34 +0000)
committerIgor Galić <igalic@apache.org>
Wed, 1 Dec 2010 13:34:19 +0000 (13:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041003 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_mime.xml

index ca37507748caa1e78289b5a3a0ed4937a37534d0..d557121bfc66c0b1d012fd694ce788bb82df1937 100644 (file)
@@ -693,13 +693,12 @@ components as part of the filename</description>
       ModMimeUsePathInfo On
     </example>
 
-    <p>If you have a request for <code>/bar/foo.shtml</code> where
-    <code>/bar</code> is a Location and <directive
-    >ModMimeUsePathInfo</directive> is <code>On</code>,
-    <module>mod_mime</module> will treat the incoming request as
-    <code>/bar/foo.shtml</code> and directives like <code>AddOutputFilter
-    INCLUDES .shtml</code> will add the <code>INCLUDES</code> filter to the
-    request. If <directive>ModMimeUsePathInfo</directive> is not set, the
+    <p>If you have a request for <code>/index.php/foo.shtml</code> where
+    <code>/index.php</code> <module>mod_mime</module> will now treat the
+    incoming request as <code>/index.php/foo.shtml</code> and directives
+    like <code>AddOutputFilter INCLUDES .shtml</code> will add the
+    <code>INCLUDES</code> filter to the request. If <directive
+    >ModMimeUsePathInfo</directive> is not set, the
     <code>INCLUDES</code> filter will not be added.</p>
 </usage>
 <seealso><directive module="core">AcceptPathInfo</directive></seealso>