TypesConfig
TypesConfig filename
Default: conf/mime.types
The TypesConfig
directive sets the location of the
MIME types configuration file. filename
is
relative to the ServerRoot
. This file sets the
default list of mappings from filename extensions to content types;
changing this file is not recommended unless you know what you are
doing. Use the AddType
directive instead. The file
contains lines in the format of the arguments to an
AddType
command:
MIME-type extension extension ...
The extensions are lowercased. Blank lines and lines beginning with a hash character (#) are ignored.