From: Rich Bowen
Date: Wed, 25 Jul 2007 17:04:16 +0000 (+0000)
Subject: Correctly reference the FilesMatch directive.
X-Git-Tag: 2.3.0~1691
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f1ae7b021048d413386e14ddb1fe75c3e5b18c8;p=apache
Correctly reference the FilesMatch directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@559523 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en
index f97654f8ea..6e05e7267a 100644
--- a/docs/manual/rewrite/flags.html.en
+++ b/docs/manual/rewrite/flags.html.en
@@ -222,7 +222,8 @@ RewriteRule IMG - [T=image/gif]
Please note that this is a trivial example, and could be better done
-using <FilesMatch> instead. Always consider the alternate
+using <FilesMatch>
+instead. Always consider the alternate
solutions to a problem before resorting to rewrite, which will
invariably be a less efficient solution than the alternatives.
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index bf9d5feeb2..afca0ec817 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -234,7 +234,8 @@ RewriteRule IMG - [T=image/gif]
Please note that this is a trivial example, and could be better done
-using <FilesMatch> instead. Always consider the alternate
+using FilesMatch
+instead. Always consider the alternate
solutions to a problem before resorting to rewrite, which will
invariably be a less efficient solution than the alternatives.