Knowledgebase
MIME Types Print this Article
Overview:
MIME types relay information to the browser about how to handle file extensions. MIME types can allow visitors’ browsers to handle new technologies as they become available.
To add new MIME types to your web server, define the name, directory, and file extension that correspond to the MIME type.
Create a MIME Type
To add a MIME type, perform the following steps:
- Enter the name of the file type’s handler in the MIME Type text box.
- For example,
application/cgi
represents the handler for the.cgi
file extension.
- For example,
- Enter the file extension in the Extension(s) text box.
- A file extension represents the letters after the dot (
.
) in a file name. For example,filename.fileextension
.
- A file extension represents the letters after the dot (
- Click Add.
Delete a user-defined MIME type
To delete a MIME type, click the corresponding Delete link under the Remove heading, and then click Delete MIME Type to confirm that you wish to remove the MIME type.
Note:
You cannot delete MIME types from the System MIME Types table.
More about MIME types
For more information, read the Webmaster Toolkit list of MIME types. You can also use your preferred search engine to research the MIME type that you wish to add.
Was this answer helpful?
Related Articles
Apache Handlers
Overview: Apache handlers control how your site’s Apache web server software manages certain...
Overview: Apache handlers control how your site’s Apache web server software manages certain...
API Shell for cPanel
Overview: This interface allows you to run cPanel API functions interactively. Warning:...
Overview: This interface allows you to run cPanel API functions interactively. Warning:...
Cron Jobs
Overview: Cron jobs are scheduled tasks that the system runs at predefined times or intervals....
Overview: Cron jobs are scheduled tasks that the system runs at predefined times or intervals....
Error Pages
Overview: Error pages inform visitors about problems when they attempt to access your site. Each...
Overview: Error pages inform visitors about problems when they attempt to access your site. Each...
Indexes
Overview: When a visitor accesses a directory rather than a page on your web site, the browser...
Overview: When a visitor accesses a directory rather than a page on your web site, the browser...