Quote:
Originally Posted by lashley
Any idea please?
|
Your server is returning the HTTP header
Content-Type: application/x-httpd-php5; presumably, what you want is
Content-Type: text/html. You need to fix your server configuration so that it sends the desired MIME/media type.
It looks like you’re using Apache and PHP, so perhaps you accidently changed the media type somewhere with a
.htaccess file or by use of the PHP
header method.