<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
that conditions and rules of the parent directory's
- <code>.htaccess</code> configuration are inherited.</dd>
+ <code>.htaccess</code> configuration are inherited.</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>
<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
that conditions and rules of the parent directory's
- <code>.htaccess</code> configuration are inherited.</dd>
+ <code>.htaccess</code> configuration are inherited.</p>
+
+ <note type="warning">
+ Rules inherited from the parent scope are applied
+ <strong>after</strong> rules specified in the child scope.
+ </note>
+
+ </dd>
</dl>
</usage>