]> granicus.if.org Git - apache/blobdiff - docs/manual/mod/mod_rewrite.html.en
Note that RewriteOptions inherit causes parent rules to be applied AFTER
[apache] / docs / manual / mod / mod_rewrite.html.en
index d5722d3e3706318ae84f7c1153f166577476d5a8..21eadbdce8231a72a74767c02cac4115d7326562 100644 (file)
@@ -799,7 +799,9 @@ later</td></tr>
 
       <dl>
       <dt><code>inherit</code></dt>
-      <dd>This forces the current configuration to inherit the
+      <dd>
+      
+      <p>This forces the current configuration to inherit the
       configuration of the parent. In per-virtual-server context,
       this means that the maps, conditions and rules of the main
       server are inherited. In per-directory context this means
@@ -812,7 +814,13 @@ later</td></tr>
       the local rules. The position of this directive - below or above
       of local rules - has no influence on this behavior. If local
       rules forced the rewriting to stop, the inherited rules won't
-      be processed.</dd>
+      be processed.</p>
+     
+      <div class="warning">
+      Rules inherited from the parent scope are applied
+      <strong>after</strong> rules specified in the child scope.
+      </div>
+      </dd>
       </dl>
 
 </div>