mirror of
https://github.com/apache/httpd.git
synced 2025-06-03 10:42:03 +03:00
Document that PT implies L.
PR: 40046 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e1c5534f07
commit
8e66ae080f
@ -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>'
|
||||
|
@ -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>'
|
||||
|
Loading…
x
Reference in New Issue
Block a user