mimetypes.ini, contains mime types used in response to client.
Syntax
extension = mime_type
|
extension
|
the file extension, .extension, the resource must match in
order for the associated MIME to be used.
* is the default MIME type to use when none of the defined file
extensions match.
|
|
mime_type
|
the MIME type to associate with the file extension.
|
Notes
A mime type is an association between a resources extension and MIME type.
A files MIME, Multipurpose Internet Mail Extension, type is a Web protocol
for defining a files type.
Changes made to configuration files will not be used until the Servertec
Internet Server is rebuilt and redeployed.
Example
* = application/octet-stream
.htm = text/html
.html = text/html
|