Config:/Security/Resource/*/FileInfo/MimeType/
Config:/Security/Template/*/FileInfo/MimeType/
Each entry in this directory is a text variable with its name equal to
the resource filename extension (without a leading dot) and its value
equal to the name of the corresponding MIME type.
Processing of matching file extensions to resource names stops after
the first match.
Example
The following is an abbreviated list of the standard contents of the
"MimeType" directory variables for the global "Default" template:
- bin = "application/octet-stream"
- doc = "application/msword"
- rtf = "application/rtf"
- jpeg = "image/jpeg"
- jpg = "image/jpeg"
- jpe = "image/jpeg"
- html = "text/html"
- htm = "text/html"
In this example, all resources with names ending in ".html" or ".htm"
will be treated as though they are HTML documents.