Assign an extension to a MIME type
void Ns_ServerUpdateMimeType( char *hServer char *extension, char *type );
The Ns_ServerUpdateMimeType function associates the specified extension with the MIME type (type) for the specified virtual server (hServer). This function is safe to call only at server startup time.