]> granicus.if.org Git - apache/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Thu, 12 Apr 2012 07:15:27 +0000 (07:15 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 12 Apr 2012 07:15:27 +0000 (07:15 +0000)
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

index 8ace55c6544b1a0d567f6661312f98e95baae62b..3e15fd55af6640a8c548abf8de1ef27999abe0ac 100644 (file)
@@ -908,11 +908,11 @@ later</td></tr>
 
       <p><a id="patterns" name="patterns"><em>Pattern</em></a> is
       a perl compatible <a id="regexp" name="regexp">regular
-      expression</a>. On the first RewriteRule that matches, it is applied to 
+      expression</a>. On the first RewriteRule, it is matched against
       the (%-decoded) <a href="./directive-dict.html#Syntax">URL-path</a> (or 
       <a href="./directive-dict.html#Syntax">file-path</a>, depending 
-      on the context) of the request. Subsequent patterns are applied to the 
-      output of the last matched RewriteRule.</p>
+      on the context) of the request. Subsequent patterns are matched against the 
+      output of the last matching RewriteRule.</p>
 
 <div class="note"><h3><a id="what_is_matched" name="what_is_matched">What is matched?</a></h3>
       <p>In <code class="directive"><a href="../mod/core.html#virtualhost">VirtualHost</a></code> context,