diff options
author | Rich Bowen <rbowen@apache.org> | 2023-01-20 18:41:00 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2023-01-20 18:41:00 +0100 |
commit | ebdcdcbd4b3c2cd2b6a6b42ea9d0e04139a28034 (patch) | |
tree | 75b18f22929ba63179b8848522e9e5cffc1f70e3 /docs/manual/mod/mod_rewrite.html.en.utf8 | |
parent | Fix incorrect syntax in <directive> tag. (diff) | |
download | apache2-ebdcdcbd4b3c2cd2b6a6b42ea9d0e04139a28034.tar.xz apache2-ebdcdcbd4b3c2cd2b6a6b42ea9d0e04139a28034.zip |
rebuild mod_rewrite doc, and various other files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906842 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_rewrite.html.en.utf8')
-rw-r--r-- | docs/manual/mod/mod_rewrite.html.en.utf8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_rewrite.html.en.utf8 b/docs/manual/mod/mod_rewrite.html.en.utf8 index 8efbca5eb1..4fbc9b7528 100644 --- a/docs/manual/mod/mod_rewrite.html.en.utf8 +++ b/docs/manual/mod/mod_rewrite.html.en.utf8 @@ -1152,14 +1152,14 @@ to break in these contexts is relative substitutions.</li> follow the rules of the <em>directory</em> context.</li> <li>By default, mod_rewrite overrides rules when <a href="../sections.html#merging"> -merging sections</a> belonging to the same context. The <code class="directive"><a href="../mod/rewrite.html#rewriteoptions">RewriteOptions</a></code> directive can change this behavior, +merging sections</a> belonging to the same context. The <code class="directive"><a href="#rewriteoptions">RewriteOptions</a></code> directive can change this behavior, for example using the <em>Inherit</em> setting.</li> -<li>The <code class="directive"><a href="../mod/rewrite.html#rewriteoptions">RewriteOptions</a></code> also regulates the +<li>The <code class="directive"><a href="#rewriteoptions">RewriteOptions</a></code> also regulates the behavior of sections that are stated at the same nesting level of the configuration. In the following example, by default only the RewriteRules stated in the second <code class="directive"><a href="../mod/core.html#if">If</a></code> block -are considered, since the first ones are overridden. Using <code class="directive"><a href="../mod/rewrite.html#rewriteoptions">RewriteOptions</a></code> Inherit forces mod_rewrite to merge the two +are considered, since the first ones are overridden. Using <code class="directive"><a href="#rewriteoptions">RewriteOptions</a></code> Inherit forces mod_rewrite to merge the two sections and consider both set of statements, rather than only the last one.</li> </ul> <div class="example"><pre class="prettyprint lang-config"><If "true"> |