What's the content type of a .ini file? -
i'd make dynamically generated .ini file available download, there standardized value content-type of .ini files?
i've found places saying it's text/plain, i'm bit dubious.
checking iana list of mime media types shows .ini not listed in list of media types (and in particular, in list of text media types.)
additionally, the wikipedia entry on .ini files explains .ini files "simple text files."
one way verify these findings run following command on given .ini file (in *nix, @ least):
$ file --mime-type php.ini.default which gives following result:
php.ini.default: text/plain
Comments
Post a Comment