You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/10/10 00:22:36 UTC

svn commit: r1180730 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml

Author: rbowen
Date: Sun Oct  9 22:22:35 2011
New Revision: 1180730

URL: http://svn.apache.org/viewvc?rev=1180730&view=rev
Log:
Clarify phrasing of how multiple rules are applied to a request. refs
https://issues.apache.org/bugzilla/show_bug.cgi?id=51968

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml?rev=1180730&r1=1180729&r2=1180730&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_rewrite.xml Sun Oct  9 22:22:35 2011
@@ -1284,15 +1284,17 @@ cannot use <code>$N</code> in the substi
       <code>RewriteMap</code> directive and are explained there.
       These three types of variables are expanded in the order above.</p>
 
-      <p>As already mentioned, all rewrite rules are
-      applied to the <em>Substitution</em> (in the order in which 
-      they are defined
-      in the config file). The URL is <strong>completely
+      <p>Rewrite rules are a applied to the results of previous rewrite
+      rules, in the order in which they are defined in the config file.
+      The URL is  <strong>completely
       replaced</strong> by the <em>Substitution</em> and the
       rewriting process continues until all rules have been applied,
       or it is explicitly terminated by a
-      <code><strong>L</strong></code> flag.</p>
-
+      <a href="../rewrite/flags.html#flag_l"><code><strong>L</strong></code> flag</a>,
+      or other flag which implies immediate termination, such as
+      <code><strong>END</strong></code> or
+      <code><strong>F</strong></code>.</p>
+ 
      <note><title>Modifying the Query String</title>
       <p>By default, the query string is passed through unchanged. You
       can, however, create URLs in the substitution string containing