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 -.
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>