Hello,
I'm running an Apache webserver on Linux. I'm hosting a site that holds a large amount of MHT files.
My problem is that Apache doesn't seem to be sending the right content-type for MHT files. When I view them from the server in a browser, they show up in raw format. I can then go on to save the MHT file to my hard drive and view it locally, and it appears fine then, so the data is not being changed in any way.
Basically, I need to know how to tell Apache to send the MHT files with the right MIME type. I've tried adding entries to the mime.conf file (such as "multipart/related mht" and "message/rfc822 mht") with no effect. Any help would be greatly appreciated. Thank you!
I'm running an Apache webserver on Linux. I'm hosting a site that holds a large amount of MHT files.
My problem is that Apache doesn't seem to be sending the right content-type for MHT files. When I view them from the server in a browser, they show up in raw format. I can then go on to save the MHT file to my hard drive and view it locally, and it appears fine then, so the data is not being changed in any way.
Basically, I need to know how to tell Apache to send the MHT files with the right MIME type. I've tried adding entries to the mime.conf file (such as "multipart/related mht" and "message/rfc822 mht") with no effect. Any help would be greatly appreciated. Thank you!