1
0
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:
Igor Galić
2010-08-09 16:52:00 +00:00
parent f191b16bc1
commit 975d427501
2 changed files with 7 additions and 1 deletions

View 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>

View 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;