John Kastler
Blog
Résumé
Misc
Adjust Mime Type For A Single File
2015-05-30 06:11
#
apache
,
#
mime
<Directory /path/to/directory> <Files "file.html"> ForceType text/x-vcard </Files> </Directory>
References
Apache Docs
John Kastler