From 487d91840ab5822da7f28cfb19fa8c25fd0c5f30 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 4 Apr 2011 12:14:43 +0000 Subject: [PATCH] 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 --- docs/manual/rewrite/flags.xml | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.47.2