AddType type/subtype extension
type/subtype
is the MIME-like type for the document.
extension
is the filename extension to map to this type.
This can either be a filename extension, a full pathname, or a file name.
You may use as many AddType directives as you wish.
AddType text/plain doc
This would cause any file ending in .doc to be served as type text/plain.
Return to Resource Configuration File Overview
httpd@ncsa.uiuc.edu