From 281d67d2408b9eb3351c3ceb66f0337512a8eb7d Mon Sep 17 00:00:00 2001
From: Eric Covener
Flags that alter metadata associated with the request (T=, H=, E=) +have no affect in per-directory and htaccess context, when a substitution +(other than '-') is performed during the same round of rewrite processing. +
+Presented here are each of the available flags, along with an example of how you might use them.
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 4440f5013d..d9bb1b3a23 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -59,6 +59,11 @@ has a long and short form. While it is most common to use the short form, it is recommended that you familiarize yourself with the long form, so that you remember what each flag is supposed to do. +Flags that alter metadata associated with the request (T=, H=, E=) +have no affect in per-directory and htaccess context, when a substitution +(other than '-') is performed during the same round of rewrite processing. +
+Presented here are each of the available flags, along with an example of how you might use them.
-- 2.50.1