]> granicus.if.org Git - apache/commitdiff
Add <compatibility> notes for changes made in version 2.4.3 + fix some formating
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 10 Apr 2014 19:34:26 +0000 (19:34 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 10 Apr 2014 19:34:26 +0000 (19:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1586442 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 60cbf328e8bc0fbabdfc0d69441abef8d30b5041..ba3125e0d6ea9335f103205fc51f0f8045a0a5fb 100644 (file)
@@ -167,7 +167,7 @@ URLs on the fly</description>
       <dt><code>InheritBefore</code></dt>
       <dd>
       <p> Like <code>Inherit</code> above, but the rules from the parent scope
-      are applied <strong>before</strong> rules specified in the child scope.
+      are applied <strong>before</strong> rules specified in the child scope.<br />
       Available in Apache HTTP Server 2.3.10 and later.</p>
       </dd>
 
@@ -178,8 +178,8 @@ URLs on the fly</description>
       the configuration of the current configuration. It is equivalent to
       specifying <code>RewriteOptions Inherit</code> in all child
       configurations. See the <code>Inherit</code> option for more details
-      on how the parent-child relationships are handled. Available in Apache
-      HTTP Server 2.4.8 and later.</p>
+      on how the parent-child relationships are handled.<br />
+      Available in Apache HTTP Server 2.4.8 and later.</p>
       </dd>
 
       <dt><code>InheritDownBefore</code></dt>
@@ -187,7 +187,8 @@ URLs on the fly</description>
 
       <p>Like <code>InheritDown</code> above, but the rules from the current
       scope are applied <strong>before</strong> rules specified in any child's
-      scope. Available in Apache HTTP Server 2.4.8 and later.</p>
+      scope.<br />
+      Available in Apache HTTP Server 2.4.8 and later.</p>
       </dd>
 
       <dt><code>IgnoreInherit</code></dt>
@@ -195,8 +196,8 @@ URLs on the fly</description>
 
       <p>This option forces the current and child configurations to ignore
       all rules that would be inherited from a parent specifying
-      <code>InheritDown</code> or <code>InheritDownBefore</code>. Available
-      in Apache HTTP Server 2.4.8 and later.</p>
+      <code>InheritDown</code> or <code>InheritDownBefore</code>.<br />
+      Available in Apache HTTP Server 2.4.8 and later.</p>
       </dd>
 
       <dt><code>AllowNoSlash</code></dt>
@@ -210,8 +211,8 @@ URLs on the fly</description>
       is set to off, the <code>AllowNoSlash</code> option can be enabled to ensure
       that rewrite rules are no longer ignored. This option makes it possible to
       apply rewrite rules within .htaccess files that match the directory without
-      a trailing slash, if so desired. Available in Apache HTTP Server 2.4.0 and
-      later.</p>
+      a trailing slash, if so desired.<br />
+      Available in Apache HTTP Server 2.4.0 and later.</p>
       </dd>
 
       <dt><code>AllowAnyURI</code></dt>
@@ -231,7 +232,8 @@ URLs on the fly</description>
       <code>AllowAnyURI</code> option can be enabled, and
       <module>mod_rewrite</module> will apply the rule set to any
       request URI string, regardless of whether that string matches
-      the URL-path grammar required by the HTTP specification.</p>
+      the URL-path grammar required by the HTTP specification.<br />
+      Available in Apache HTTP Server 2.4.3 and later.</p>
 
       <note type="warning">
       <title>Security Warning</title>