]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r559748 (Link to filters page to address PR35102)
authorVincent Bray <noodl@apache.org>
Thu, 26 Jul 2007 09:24:52 +0000 (09:24 +0000)
committerVincent Bray <noodl@apache.org>
Thu, 26 Jul 2007 09:24:52 +0000 (09:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@559769 13f79535-47bb-0310-9956-ffa450edef68

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

index ab02682b63cf75d1ab5630065570e0cd55df52d5..01798c2cf3d58c79e04c1847408e7406b96b6009 100644 (file)
@@ -771,7 +771,8 @@ extensions</td></tr>
 later.</td></tr>
 </table>   
     <p>The <code class="directive">RemoveInputFilter</code> directive removes any
-    input filter associations for files with the given extensions.
+    input <a href="../filter.html">filter</a> associations for files with
+    the given extensions.
     This allows <code>.htaccess</code> files in subdirectories to
     undo any associations inherited from parent directories or the
     server config files.</p>
@@ -824,7 +825,8 @@ extensions</td></tr>
 later.</td></tr>
 </table>    
     <p>The <code class="directive">RemoveOutputFilter</code> directive removes any
-    output filter associations for files with the given extensions.
+    output <a href="../filter.html">filter</a> associations for files with
+    the given extensions.
     This allows <code>.htaccess</code> files in subdirectories to
     undo any associations inherited from parent directories or the
     server config files.</p>
index 42a085109530e812f50b1e30f22acfffe0445c13..827a3ecacdf846239d50a0dcc850dec8d12fdd69 100644 (file)
@@ -747,7 +747,8 @@ later.</compatibility>
 
 <usage>   
     <p>The <directive>RemoveInputFilter</directive> directive removes any
-    input filter associations for files with the given extensions.
+    input <a href="../filter.html">filter</a> associations for files with
+    the given extensions.
     This allows <code>.htaccess</code> files in subdirectories to
     undo any associations inherited from parent directories or the
     server config files.</p>
@@ -797,7 +798,8 @@ later.</compatibility>
 
 <usage>    
     <p>The <directive>RemoveOutputFilter</directive> directive removes any
-    output filter associations for files with the given extensions.
+    output <a href="../filter.html">filter</a> associations for files with
+    the given extensions.
     This allows <code>.htaccess</code> files in subdirectories to
     undo any associations inherited from parent directories or the
     server config files.</p>