MIMETypes.wkc
MIMETypes.wkc stores the mime types that wikiserver will send out.
To add a mime type
Keys in MIMEType.wkc have the following format
<file extension>=<MIME type>
where <file extension> is the file extension that will be associated with this mime type, and <MIME type> is the mime type to associate with <file extension>.
For more information, see the
rfc.
Example:
gif=image/gif