From: Daniel Gruno
Date: Thu, 12 Apr 2012 07:15:27 +0000 (+0000)
Subject: xforms
X-Git-Tag: 2.5.0-alpha~7194
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2df4a6fceba311cb3ed4a415724d988ff71a7a8c;p=thirdparty%2Fapache%2Fhttpd.git
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325144 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en
index 8ace55c6544..3e15fd55af6 100644
--- a/docs/manual/mod/mod_rewrite.html.en
+++ b/docs/manual/mod/mod_rewrite.html.en
@@ -908,11 +908,11 @@ later
Pattern is
a perl compatible regular
- expression. On the first RewriteRule that matches, it is applied to
+ expression. On the first RewriteRule, it is matched against
the (%-decoded) URL-path (or
file-path, depending
- on the context) of the request. Subsequent patterns are applied to the
- output of the last matched RewriteRule.
+ on the context) of the request. Subsequent patterns are matched against the
+ output of the last matching RewriteRule.