Mime Types Web Hosting
Information
Multipurpose
Internet Mail Extensions or MIME
types are used to tell
applications how to handle certain
extensions. Most of these are
already set on the server for the
extensions that are used most often.
For example text/html is set for .htm,
.html, and .shtml. When a browser
application loads these types of
files it will know how to read them.
If you use a filename extension that
is not known to the web server, the
file is assumed to be plain text,
the server's default media type. Web
browsers will try to display the
file as plain text. If the file is
not a text file, it may end up
looking like a sequence of garbage
characters.
Note: People often get confused
as to the difference between mime
types and Apache handlers.
Basically, mime types tell your
browser how to handle
files, while Apache handlers tell
the
server how to handle
files.
|