]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
[PT] is implied in per-dir context. (Also, FallbackResource is backported in 2.2.16)
authorIgor Galić <igalic@apache.org>
Mon, 9 Aug 2010 16:50:00 +0000 (16:50 +0000)
committerIgor Galić <igalic@apache.org>
Mon, 9 Aug 2010 16:50:00 +0000 (16:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983728 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml
docs/manual/rewrite/remapping.xml

index 359259fc14341b97ab6b7d6b47a6ae512883ce50..4440f5013dc13d5cc7f44293d86e26613a462ad2 100644 (file)
@@ -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.</p>
 
+<p>Note that the <code>PT</code> flag is implied in per-directory
+contexts such as
+<directive type="section" module="core">Directory</directive> sections
+or in <code>.htaccess</code> files. The only way to circumvent that
+is to rewrite to <code>-</code>.</p>
+
 </section>
 
 <section id="flag_qsa"><title>QSA|qsappend</title>
index aff2465aed256f78f9505dc4ffdb594a316be4e7..adebef2748df9e4d37a53890c8043af0375625fe 100644 (file)
@@ -570,7 +570,7 @@ that should go to an existing resource such as an image, or a css file.</dd>
 
 <dt>Solution:</dt>
 <dd>
-<p>As of version 2.4, you should use the <directive
+<p>As of version 2.2.16, you should use the <directive
 module="mod_dir">FallbackResource</directive> directive for this:</p>
 
 <example>