You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/04/12 09:15:28 UTC

svn commit: r1325144 - /httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en

Author: humbedooh
Date: Thu Apr 12 07:15:27 2012
New Revision: 1325144

URL: http://svn.apache.org/viewvc?rev=1325144&view=rev
Log:
xforms

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en?rev=1325144&r1=1325143&r2=1325144&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en Thu Apr 12 07:15:27 2012
@@ -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,