diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index 01506f3c66..3ee222b2b5 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -495,6 +495,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 -.

+
top

QSA|qsappend

diff --git a/docs/manual/rewrite/remapping.html.en b/docs/manual/rewrite/remapping.html.en index e875737e5f..3b2dfaba77 100644 --- a/docs/manual/rewrite/remapping.html.en +++ b/docs/manual/rewrite/remapping.html.en @@ -566,7 +566,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 FallbackResource directive for this:

+

As of version 2.2.16, you should use the FallbackResource directive for this:

 <Directory /var/www/my_blog>