You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2010/08/09 18:50:00 UTC

svn commit: r983728 - in /httpd/httpd/trunk/docs/manual/rewrite: flags.xml remapping.xml

Author: igalic
Date: Mon Aug  9 16:50:00 2010
New Revision: 983728

URL: http://svn.apache.org/viewvc?rev=983728&view=rev
Log:
[PT] is implied in per-dir context. (Also, FallbackResource is backported in 2.2.16)

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/flags.xml
    httpd/httpd/trunk/docs/manual/rewrite/remapping.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/flags.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/flags.xml?rev=983728&r1=983727&r2=983728&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/flags.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/flags.xml Mon Aug  9 16:50:00 2010
@@ -500,6 +500,12 @@ ignored, resulting in a 'File not found'
 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>

Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/remapping.xml?rev=983728&r1=983727&r2=983728&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/remapping.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/remapping.xml Mon Aug  9 16:50:00 2010
@@ -570,7 +570,7 @@ that should go to an existing resource s
 
 <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>