From f191b16bc17f4371e00c6f63586828ebb2937b35 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Igor=20Gali=C4=87?=
Date: Mon, 9 Aug 2010 16:50:00 +0000
Subject: [PATCH] [PT] is implied in per-dir context. (Also, FallbackResource
is backported in 2.2.16)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983728 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/rewrite/flags.xml | 6 ++++++
docs/manual/rewrite/remapping.xml | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index 359259fc14..4440f5013d 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -500,6 +500,12 @@ ignored, resulting in a 'File not found' error being returned.
rewriting will be stopped in order to pass the request to
the next phase of processing.
+Note that the PT flag is implied in per-directory
+contexts such as
+Directory sections
+or in .htaccess files. The only way to circumvent that
+is to rewrite to -.
+
QSA|qsappend
diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml
index aff2465aed..adebef2748 100644
--- a/docs/manual/rewrite/remapping.xml
+++ b/docs/manual/rewrite/remapping.xml
@@ -570,7 +570,7 @@ that should go to an existing resource such as an image, or a css file.
Solution:
-As of version 2.4, you should use the As of version 2.2.16, you should use the FallbackResource directive for this: