From 2df4a6fceba311cb3ed4a415724d988ff71a7a8c Mon Sep 17 00:00:00 2001
From: Daniel Gruno
Date: Thu, 12 Apr 2012 07:15:27 +0000
Subject: [PATCH] xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325144 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_rewrite.html.en | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en
index 8ace55c654..3e15fd55af 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.