From: Rich Bowen Date: Fri, 20 Jan 2023 17:35:10 +0000 (+0000) Subject: Fix incorrect syntax in tag. X-Git-Tag: 2.5.0-alpha2-ci-test-only~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4a849a01485cdc82841afa9e3e16ffcba31abd5;p=thirdparty%2Fapache%2Fhttpd.git Fix incorrect syntax in tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906839 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index a8092d03a3c..8d21cbb7fed 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1163,15 +1163,15 @@ follow the rules of the directory context.
  • By default, mod_rewrite overrides rules when merging sections belonging to the same context. The RewriteOptions directive can change this behavior, +module="mod_rewrite">RewriteOptions directive can change this behavior, for example using the Inherit setting.
  • -
  • The RewriteOptions also regulates the +
  • The RewriteOptions 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 If block are considered, since the first ones are overridden. Using RewriteOptions Inherit forces mod_rewrite to merge the two +module="mod_rewrite">RewriteOptions Inherit forces mod_rewrite to merge the two sections and consider both set of statements, rather than only the last one.