Servertec mimetypes.ini
Documentation
Conventions
Command Line
Java API
Servlet API
Servlets
Config Files
acl.ini
aliases.ini
computers.ini
groups.ini
iws.ini
logger.ini
messages.ini
mimetypes.ini
resources.ini
rights.ini
servlets.ini
session.ini
users.ini

Classes
Directory Tree

Return

 

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 restarted.

Example

* = application/octet-stream
.htm = text/html
.html = text/html
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Mon Sep 05 14:25:45 EDT 2005