<table class="directive">
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Forces all matching files to be served with the specified
MIME content-type</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ForceType <var>MIME-type</var>|none</code></td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ForceType <var>MIME-type</var>|None</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
<tr><th><a href="directive-dict.html#Override">Override:</a></th><td>FileInfo</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Core</td></tr>
filename extensions, that might identify the media type.</p>
<p>You can override any <code class="directive">ForceType</code> setting
- by using the value of <code>none</code>:</p>
+ by using the value of <code>None</code>:</p>
<div class="example"><p><code>
# force all files to be image/gif:<br />
# but normal mime-type associations here:<br />
<Location /images/mixed><br />
<span class="indent">
- ForceType none<br />
+ ForceType None<br />
</span>
</Location>
</code></p></div>
</Location>
</code></p></div>
+ <p>You can override an earlier defined <code class="directive">SetHandler</code>
+ directive by using the value <code>None</code>.</p>
+
<h3>See also</h3>
<ul>
<li><code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code></li>
<name>ForceType</name>
<description>Forces all matching files to be served with the specified
MIME content-type</description>
-<syntax>ForceType <var>MIME-type</var>|none</syntax>
+<syntax>ForceType <var>MIME-type</var>|None</syntax>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
<override>FileInfo</override>
filename extensions, that might identify the media type.</p>
<p>You can override any <directive>ForceType</directive> setting
- by using the value of <code>none</code>:</p>
+ by using the value of <code>None</code>:</p>
<example>
# force all files to be image/gif:<br />
# but normal mime-type associations here:<br />
<Location /images/mixed><br />
<indent>
- ForceType none<br />
+ ForceType None<br />
</indent>
</Location>
</example>
</indent>
</Location>
</example>
+
+ <p>You can override an earlier defined <directive>SetHandler</directive>
+ directive by using the value <code>None</code>.</p>
</usage>
<seealso><directive module="mod_mime">AddHandler</directive></seealso>
filenames</td></tr>
<tr><td><a href="mod_negotiation.html#forcelanguagepriority">ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback]</a></td><td> Prefer </td><td>svdh</td><td>B</td></tr><tr><td class="descr" colspan="4">Action to take if a single acceptable document is not
found</td></tr>
-<tr class="odd"><td><a href="core.html#forcetype">ForceType <var>MIME-type</var>|none</a></td><td /><td>dh</td><td>C</td></tr><tr class="odd"><td class="descr" colspan="4">Forces all matching files to be served with the specified
+<tr class="odd"><td><a href="core.html#forcetype">ForceType <var>MIME-type</var>|None</a></td><td /><td>dh</td><td>C</td></tr><tr class="odd"><td class="descr" colspan="4">Forces all matching files to be served with the specified
MIME content-type</td></tr>
<tr><td><a href="mpm_common.html#group" id="G" name="G">Group <var>unix-group</var></a></td><td> #-1 </td><td>s</td><td>M</td></tr><tr><td class="descr" colspan="4">Group under which the server will answer
requests</td></tr>