]> granicus.if.org Git - apache/commitdiff
Rebuild HTML
authorRich Bowen <rbowen@apache.org>
Mon, 1 Nov 2010 14:57:03 +0000 (14:57 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 1 Nov 2010 14:57:03 +0000 (14:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029691 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en

index ae6a15f0ce017d66e7c05817484161f607008aac..d5722d3e3706318ae84f7c1153f166577476d5a8 100644 (file)
@@ -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>
@@ -1085,6 +1085,13 @@ cannot use <code>$N</code> in the substitution string!
         HTTP status code. <em><a href="../rewrite/flags.html#flag_r">details ...</a></em>
         </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>