Brinkster Knowledge Base
configure MIME types on my Linux Hosting Account
You can configure MIME types on your Linux hosting account using a .htaccess file. When you configure MIME types in your .htaccess file, you associate file types with a specific application or action.For example:
AddType application/x-shockwave-flash swf
AddType specified you are adding a new mime type (file type).
application/x-shockwave-flash is the actual mime parameter specs.
swf is the extension of the file type.