Apache Reference: mod_mime, RemoveHandler
RemoveHandler
Remove a Content Handler Association
Syntax: RemoveHandler file-ext [file-ext ...]
Example: RemoveHandler .html .cgi
Since: Apache 1.1
This directive removes any handler associations for files with the given extensions. Consequently,
.htaccessfiles in subdirectories can undo any associations inherited from parent directories or the server configuration files.