diff options
author | Rich Bowen <rbowen@apache.org> | 2023-01-11 16:35:24 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2023-01-11 16:35:24 +0100 |
commit | e800831a90e1adc0d1fd3d17f7a9373c9a9770d6 (patch) | |
tree | 0c5bbff31e3a9f65da313620daa19a09700e580c /docs/manual/mod/mod_rewrite.html.en.utf8 | |
parent | As per this thread - (diff) | |
download | apache2-e800831a90e1adc0d1fd3d17f7a9373c9a9770d6.tar.xz apache2-e800831a90e1adc0d1fd3d17f7a9373c9a9770d6.zip |
Rebuild docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906606 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_rewrite.html.en.utf8')
-rw-r--r-- | docs/manual/mod/mod_rewrite.html.en.utf8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_rewrite.html.en.utf8 b/docs/manual/mod/mod_rewrite.html.en.utf8 index 494536f338..8efbca5eb1 100644 --- a/docs/manual/mod/mod_rewrite.html.en.utf8 +++ b/docs/manual/mod/mod_rewrite.html.en.utf8 @@ -757,6 +757,13 @@ RewriteRule "^/$" "/homepage.std.html" [L]</pre> 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> |