diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_rewrite.html.en | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index ae6a15f0ce..d5722d3e37 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -82,7 +82,7 @@ URLs on the fly</td></tr> </div> <div class="example"><h3>Example</h3><p><code> - LogLevel rewrite:trace3 + LogLevel alert rewrite:trace3 </code></p></div> <div class="note"><h3>RewriteLog</h3> @@ -1031,7 +1031,7 @@ cannot use <code>$N</code> in the substitution string! <td>last|L</td> <td>Stop the rewriting process immediately and don't apply any more rules. Especially note caveats for per-directory and - .htaccess context. <em><a href="../rewrite/flags.html#flag_l">details ...</a></em></td> + .htaccess context (see also the END flag). <em><a href="../rewrite/flags.html#flag_l">details ...</a></em></td> </tr> <tr> <td>next|N</td> @@ -1086,6 +1086,13 @@ cannot use <code>$N</code> in the substitution string! </td> </tr> <tr> + <td>END</td> + <td>Stop the rewriting process immediately and don't apply any + more rules. Also prevents further execution of rewrite rules + in per-directory and .htaccess context. (Available in 2.3.9 and later) + <em><a href="../rewrite/flags.html#flag_l">details ...</a></em></td> + </tr> + <tr> <td>skip|S=<em>num</em></td> <td>Tells the rewriting engine to skip the next <em>num</em> rules if the current rule matches. <em><a href="../rewrite/flags.html#flag_s">details ...</a></em></td> |