記述できる場所は httpd.conf, VirtualHost, Directory, .htaccess です。 .htaccess で設定する場合は AllowOverride FileInfo が設定されている必要があります。 MIME タイプに関連付ける拡張子を指定してください。 1 つの MIME タイプに対して複数の拡張子を関連付けることができます。 例えば拡張子 .xml に対して MIME タイプ text/xml を関連付ける場合は次のように記述します。 <IfModule mime_module> # # AddType allows you to add to or override the MIME configuration # file specified in TypesConfig for specific file types. # #AddType a