mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
And the html..
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983730 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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"><Directory></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>
|
||||
|
||||
@@ -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>
|
||||
<Directory /var/www/my_blog>
|
||||
|
||||
Reference in New Issue
Block a user