diff options
| author | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:42:59 +0100 |
|---|---|---|
| committer | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:42:59 +0100 |
| commit | e8bb7adda7f73e53cdab823e9cab2a49ccbdf188 (patch) | |
| tree | 87b13ae8f9f3b5c0059acca2796667726cddb838 /docs/manual/rewrite | |
| parent | db26b587c04799e75b6dd0fcd4b46aaa168f9161 (diff) | |
| download | apache2-e8bb7adda7f73e53cdab823e9cab2a49ccbdf188.tar.gz | |
Upstream tarball 2.2.16upstream/2.2.16
Diffstat (limited to 'docs/manual/rewrite')
| -rw-r--r-- | docs/manual/rewrite/rewrite_flags.html.en | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/manual/rewrite/rewrite_flags.html.en b/docs/manual/rewrite/rewrite_flags.html.en index f0de514c..3df7d319 100644 --- a/docs/manual/rewrite/rewrite_flags.html.en +++ b/docs/manual/rewrite/rewrite_flags.html.en @@ -410,6 +410,13 @@ instead. Always consider the alternate solutions to a problem before resorting to rewrite, which will invariably be a less efficient solution than the alternatives.</p> +<p> +If used in per-directory context, use only <code>-</code> (dash) +as the substitution <em>for the entire round of mod_rewrite processing</em>, +otherwise the MIME-type set with this flag is lost due to an internal +re-processing (including subsequent rounds of mod_rewrite processing). +The <code>L</code> flag can be useful in this context to end the +<em>current</em> round of mod_rewrite processing.</p> </div></div> <div class="bottomlang"> |
