From: Igor Galić
Date: Mon, 9 Aug 2010 16:50:00 +0000 (+0000)
Subject: [PT] is implied in per-dir context. (Also, FallbackResource is backported in 2.2.16)
X-Git-Tag: 2.3.7~26
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f191b16bc17f4371e00c6f63586828ebb2937b35;p=thirdparty%2Fapache%2Fhttpd.git
[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
---
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index 359259fc143..4440f5013dc 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 aff2465aed2..adebef2748d 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: