]> granicus.if.org Git - apache/commitdiff
Fixing a typo, closing PR#50381 and PR#50354 (again).
authorIgor Galić <igalic@apache.org>
Wed, 1 Dec 2010 15:16:13 +0000 (15:16 +0000)
committerIgor Galić <igalic@apache.org>
Wed, 1 Dec 2010 15:16:13 +0000 (15:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041047 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_mime.xml

index 7e62483ba14c7f8ff623d9ca19a4de9f01e2a4da..68849684d1e8a2256f272be8476e9327320bc4d7 100644 (file)
@@ -693,13 +693,15 @@ components as part of the filename</description>
       ModMimeUsePathInfo On
     </example>
 
-    <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
+    <p>If you have a request for <code>/index.php/foo.shtml</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>
+    <code>INCLUDES</code> filter will not be added. This will work
+    analogously for virtual paths, such as those defined by
+    <section>Location</Location></p>
 </usage>
 <seealso><directive module="core">AcceptPathInfo</directive></seealso>
 </directivesynopsis>