<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
+<compatibility>Nested conditions are evaluated in 2.4.26 and later</compatibility>
<usage>
<p>The <directive type="section">Else</directive> applies the enclosed
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
+<compatibility>Nested conditions are evaluated in 2.4.26 and later</compatibility>
<usage>
<p>The <directive type="section">ElseIf</directive> applies the enclosed
<context>directory</context><context>.htaccess</context>
</contextlist>
<override>All</override>
+<compatibility>Nested conditions are evaluated in 2.4.26 and later</compatibility>
<usage>
<p>The <directive type="section">If</directive> directive
<p>Only directives that support the <a href="directive-dict.html#Context"
>directory context</a> can be used within this configuration section.</p>
- <note><title>Not a scripting language</title>
- The name of this directive is very familiar to programmers and admins
- but it should not be confused with its counterpart in scripting languages.
- For example, the current implementation does not contemplate the possibility
- of having a <directive type="section">If</directive> section inside another
- one (the inner <directive type="section">If</directive> will be ignored).
- </note>
-
<note type="warning">
Certain variables, such as <code>CONTENT_TYPE</code> and other
response headers, are set after <If> conditions have already