summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_mime.xml
diff options
context:
space:
mode:
authorIgor Galić <igalic@apache.org>2010-12-01 13:34:19 +0000
committerIgor Galić <igalic@apache.org>2010-12-01 13:34:19 +0000
commit340a17aa628473e613a71e55686827cd744ea8e4 (patch)
treed4e1342a8f5fb80eb0fc5849ecc0287e32755735 /docs/manual/mod/mod_mime.xml
parent513a7c8ff1b052b77b01fef046d22228259c4283 (diff)
downloadhttpd-340a17aa628473e613a71e55686827cd744ea8e4.tar.gz
PR#50354
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041003 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_mime.xml')
-rw-r--r--docs/manual/mod/mod_mime.xml13
1 files changed, 6 insertions, 7 deletions
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</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>