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: