1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

[PT] is implied in per-dir context. (Also, FallbackResource is backported in 2.2.16)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983728 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Igor Galić
2010-08-09 16:50:00 +00:00
parent 81dac39aab
commit f191b16bc1
2 changed files with 7 additions and 1 deletions

View File

@@ -500,6 +500,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
<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>

View File

@@ -570,7 +570,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 <directive
<p>As of version 2.2.16, you should use the <directive
module="mod_dir">FallbackResource</directive> directive for this:</p>
<example>