]> granicus.if.org Git - apache/commitdiff
Document that PT implies L.
authorJoshua Slive <slive@apache.org>
Tue, 31 Jul 2007 19:46:05 +0000 (19:46 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 31 Jul 2007 19:46:05 +0000 (19:46 +0000)
PR: 40046

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561463 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.xml

index 06b2aa60485ea25032089e5df2348570b74b1695..1149b0fc0a16684f4bce7caa4ca5e5a87d51bfd6 100644 (file)
@@ -1378,6 +1378,10 @@ cannot use <code>$N</code> in the substitution string!
           URL-to-filename translators</strong>. The typical example
           is the use of <code class="module"><a href="../mod/mod_alias.html">mod_alias</a></code> and
           <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>.</p>
+
+          <p>The <code>PT</code> flag implies the <code>L</code> flag:
+          rewriting will be stopped in order to pass the request to
+          the next phase of processing.</p>
         </li>
 
         <li>'<strong><code>qsappend|QSA</code></strong>'
index 3b20638b6fdd0cdc33cf598433719ea73eb3f458..69076a16ed9e2cec89be31b502cf03ea5a27787e 100644 (file)
@@ -1395,6 +1395,10 @@ cannot use <code>$N</code> in the substitution string!
           URL-to-filename translators</strong>. The typical example
           is the use of <module>mod_alias</module> and
           <module>mod_rewrite</module>.</p>
+
+          <p>The <code>PT</code> flag implies the <code>L</code> flag:
+          rewriting will be stopped in order to pass the request to
+          the next phase of processing.</p>
         </li>
 
         <li>'<strong><code>qsappend|QSA</code></strong>'