: Reading .mht webpages from server We have some .mht files which load fine from local files but when loaded from the remote webserver display as junk text. What can I do to make them work
We have some .mht files which load fine from local files but when loaded from the remote webserver display as junk text.
What can I do to make them work correctly from our webserver?
More posts by @Caterina187
1 Comments
Sorted by latest first Latest Oldest Best
You probably have to enter this in your root's .htaccess file:
<IfModule mod_mime.c>
# MIME HyperText Markup Language (MHTML) markup
AddType text/html .mhtml .mht .maff .maf
AddType message/rfc822 .mhtml .mht
AddType multipart/related .mhtml .mht .maff .maf
</IfModule>
Comment out lines with # for those you don't need. Good luck.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.