Namesco's Shared Hosting platforms are already pre-configured for various MIME types.
However, there may be certain file types that have not been added, or are not part of the default configuration.
If this is the case, then we may, at our discretion, add standard MIME types and file associations to the servers' configuration.
For non-standard MIME types or file associations, please read the following carefully:
Linux Hosting Packages
If you wish to add a non-standard MIME type, you can do this with a .htaccess file, containing the following line(s):
AddType {MIME type} {File Extension}For example, to show files with an extension of .xyz as HTML files, you would use:
AddType text/html xyz


