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:52:01 UTC

svn commit: r983730 - in /httpd/httpd/trunk/docs/manual/rewrite: flags.html.en remapping.html.en

Author: igalic
Date: Mon Aug  9 16:52:00 2010
New Revision: 983730

URL: http://svn.apache.org/viewvc?rev=983730&view=rev
Log:
And the html..

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/flags.html.en
    httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en

Modified: httpd/httpd/trunk/docs/manual/rewrite/flags.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/flags.html.en?rev=983730&r1=983729&r2=983730&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/flags.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/flags.html.en Mon Aug  9 16:52:00 2010
@@ -495,6 +495,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
+<code class="directive"><a href="../mod/core.html#directory">&lt;Directory&gt;</a></code> sections
+or in <code>.htaccess</code> files. The only way to circumvent that
+is to rewrite to <code>-</code>.</p>
+
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="flag_qsa" id="flag_qsa">QSA|qsappend</a></h2>

Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en?rev=983730&r1=983729&r2=983730&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en Mon Aug  9 16:52:00 2010
@@ -566,7 +566,7 @@ that should go to an existing resource s
 
 <dt>Solution:</dt>
 <dd>
-<p>As of version 2.4, you should use the <code class="directive"><a href="../mod/mod_dir.html#fallbackresource">FallbackResource</a></code> directive for this:</p>
+<p>As of version 2.2.16, you should use the <code class="directive"><a href="../mod/mod_dir.html#fallbackresource">FallbackResource</a></code> directive for this:</p>
 
 <div class="example"><pre>
 &lt;Directory /var/www/my_blog&gt;