]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Adds a new section for the [END] flag. This duplicates text from the [L]
authorRich Bowen <rbowen@apache.org>
Mon, 4 Apr 2011 12:14:43 +0000 (12:14 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 4 Apr 2011 12:14:43 +0000 (12:14 +0000)
flag section, which should probably be summarized into a link.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1088582 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index e08bdacf927b6e750563a72de1498d728d3c8af2..14086ab03ec39d32c0e14478f6f49abf2f5fb819 100644 (file)
@@ -255,6 +255,15 @@ module="mod_setenvif">SetEnvIf</directive>. This technique is offered as
 an example, not as a recommendation.</p>
 </section>
 
+<section id="flag_end"><title>END</title>
+<p>Using the [END] flag terminates not only the current round ot rewrite
+processing (like [L]) but also prevents any subsequent rewrite
+processing from occurring in per-directory (htaccess) context.<p>
+
+<p>This does not apply to new requests resulting from external
+redirects.</p>
+</section>
+
 <section id="flag_f"><title>F|forbidden</title>
 <p>Using the [F] flag causes the server to return a 403 Forbidden status
 code to the client. While the same behavior can be accomplished using