]> granicus.if.org Git - apache/commitdiff
Change ModMimeUsePathInfo example from .html to .shtml
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 9 Sep 2002 21:09:00 +0000 (21:09 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 9 Sep 2002 21:09:00 +0000 (21:09 +0000)
Suggested by: Joshua Slive

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96725 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_mime.html.en
docs/manual/mod/mod_mime.xml

index 3c588d07d4224625c359e1e141ae607e2843c3e8..224fdf4b7938099306090ba5f0a3adaec176db71 100644 (file)
@@ -475,9 +475,9 @@ DefaultLanguage en
 ModMimeUsePathInfo On
 </code></p></div>
 
-  <p>If you have a request for /bar/foo.html where /bar is a Location and
+  <p>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.html and directives like
+     /bar/foo.shtml and directives like
      <code>AddOutputFilter INCLUDES .shtml</code> will add the INCLUDES
      filter to the request.  If ModMimeUsePathInfo is not set, the includes
      filter will not be added.
index e76e8af6d0d04df1a9578d724d884e52a8d1954e..f5c307e045afcfe2d18ea5a453c8d5350c3f8464 100644 (file)
@@ -664,9 +664,9 @@ DefaultLanguage en
 ModMimeUsePathInfo On
 </example>
 
-  <p>If you have a request for /bar/foo.html where /bar is a Location and
+  <p>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.html and directives like
+     /bar/foo.shtml and directives like
      <code>AddOutputFilter INCLUDES .shtml</code> will add the INCLUDES
      filter to the request.  If ModMimeUsePathInfo is not set, the includes
      filter will not be added.