In an .htaccess file, additional MIME types can be defined using the AddType directive, for example, AddType image/svg+xml svg svgz. More information about MIME types is available at the link below.
With the following syntax in an .htaccess file, you can define additional MIME types:
Syntax:
AddType
Specific example:
AddType image/svg+xml svg svgz
Information about the various MIME types can be found at:
http://de.selfhtml.org/diverses/mimetypen.htm