Hi @AndrewGearhart,
Unfortunately MIME type detection of HTML documents is a little spotty. You’ll need to do two things…
- Determine how OJS is checking MIME types. This is implemented in
PKPString.inc.php
to use [one of several methods, depending what’s available on your server. - Work with the underlying tool – whichever is being used – to figure out why it’s mis-detecting your MIME types.
Regards,
Alec Smecher
Public Knowledge Project Team