]> granicus.if.org Git - apache/commitdiff
And the html..
authorIgor Galić <igalic@apache.org>
Mon, 9 Aug 2010 16:52:00 +0000 (16:52 +0000)
committerIgor Galić <igalic@apache.org>
Mon, 9 Aug 2010 16:52:00 +0000 (16:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983730 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.html.en
docs/manual/rewrite/remapping.html.en

index 01506f3c66a46b3bfc24f4fce6fe9c4685411c6b..3ee222b2b5e95e76058a03abd0ab1c1bc64e9eda 100644 (file)
@@ -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.</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>
index e875737e5faf1083e412003c46a1b9f1b8f3eb19..3b2dfaba775a1a02eeebff36ec42c203b292ac58 100644 (file)
@@ -566,7 +566,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 <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;