]> granicus.if.org Git - apache/commitdiff
Correctly reference the FilesMatch directive.
authorRich Bowen <rbowen@apache.org>
Wed, 25 Jul 2007 17:04:16 +0000 (17:04 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 25 Jul 2007 17:04:16 +0000 (17:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@559523 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.html.en
docs/manual/rewrite/flags.xml

index f97654f8ea91f8dd638e227c24ad66f1c8b28c5c..6e05e7267a93ec84ce769f4221b3b1ac0726fed3 100644 (file)
@@ -222,7 +222,8 @@ RewriteRule IMG - [T=image/gif]
 </code></p></div>
 
 <p>Please note that this is a trivial example, and could be better done
-using &lt;FilesMatch&gt; instead. Always consider the alternate
+using <code class="directive"><a href="../mod/core.html#filesmatch">&lt;FilesMatch&gt;</a></code>
+instead. Always consider the alternate
 solutions to a problem before resorting to rewrite, which will
 invariably be a less efficient solution than the alternatives.</p>
 
index bf9d5feeb28ffbd1256de9f249b655788fcd837e..afca0ec81772101c66f5e5924698e74992d6ca5e 100644 (file)
@@ -234,7 +234,8 @@ RewriteRule IMG - [T=image/gif]
 </example>
 
 <p>Please note that this is a trivial example, and could be better done
-using &lt;FilesMatch&gt; instead. Always consider the alternate
+using <directive type="section" module="core">FilesMatch</directive>
+instead. Always consider the alternate
 solutions to a problem before resorting to rewrite, which will
 invariably be a less efficient solution than the alternatives.</p>
 </section>