From: Igor Galić
Date: Mon, 9 Aug 2010 16:52:00 +0000 (+0000)
Subject: And the html..
X-Git-Tag: 2.3.7~25
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=975d427501e70a93e7972d34ba6c5a3831bbfc25;p=apache
And the html..
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983730 13f79535-47bb-0310-9956-ffa450edef68
---
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 -
.
+
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>