Forum Moderators: phranque

Message Too Old, No Replies

Add mime type for HTA files

HTML Application

         

robertico

5:46 pm on Jan 20, 2006 (gmt 0)

10+ Year Member



How to add a mime type to my Apache webserver for HTA files (HTML Application)?
According to the information from Microsoft, is has to be: application:hta

jdMorgan

10:48 pm on Jan 20, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Assuming that Microsoft is 'almost right' about the MIME-type, you could add:

AddType application/hta .hta

to your httpd.conf or .htaccess file.

Jim

robertico

6:36 am on Jan 21, 2006 (gmt 0)

10+ Year Member



Works fine. Thanks!

Robertico