clarify that chained RewriteCond directives are "fast fail".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1906607 13f79535-47bb-0310-9956-
ffa450edef68
the homepage is served. Otherwise, the standard page is served.
</p>
+ <p>By default, multiple <code class="directive">RewriteCond</code>s
+ are evaluated in sequence with an implied logical <strong>AND</strong>.
+ If a condition fails, in the absence of an
+ <strong><code>OR</code></strong> flag, the entire ruleset is abandoned,
+ and further conditions are not evaluated.
+ </p>
+
</div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
the homepage is served. Otherwise, the standard page is served.
</p>
+ <p>By default, multiple <directive>RewriteCond</directive>s
+ are evaluated in sequence with an implied logical <strong>AND</strong>.
+ If a condition fails, in the absence of an
+ <strong><code>OR</code></strong> flag, the entire ruleset is abandoned,
+ and further conditions are not evaluated.
+ </p>
+
</usage>
</directivesynopsis>