From: Rich Bowen Date: Mon, 4 Apr 2011 12:14:43 +0000 (+0000) Subject: Adds a new section for the [END] flag. This duplicates text from the [L] X-Git-Tag: 2.3.12~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=487d91840ab5822da7f28cfb19fa8c25fd0c5f30;p=thirdparty%2Fapache%2Fhttpd.git Adds a new section for the [END] flag. This duplicates text from the [L] 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 --- diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index e08bdacf927..14086ab03ec 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -255,6 +255,15 @@ module="mod_setenvif">SetEnvIf. This technique is offered as an example, not as a recommendation.

+
END +

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.

+ +

This does not apply to new requests resulting from external +redirects.

+
+
F|forbidden

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