Posted June 10 '09 at 02:17 PM
Posts: 7
The problem you're having is the server is not sending the mime type as HTML instead it is sending it as plain text.
Before any webpage is sent to the web-browser the server sends a packet of information preceeding the page that tells the browser how to handle it.. some instances are TEXT, HTML, IMAGE, and FILE. If for instance your MIME types are hosed up, you could also be actually getting a download prompt in your browser when you try and view an image. You'll just have to search through your hosting provider's settings and make sure those are all set correctly and that the webserver is handling those file-types like it should.
I am at work and cannot look into it at the moment. I am on GoDaddy hosting and I am pretty sure I have Linux hosting. Tonight or tomorrow I will go onto the Goaddy control panel and look into it. Funny you should mention php, the night before (Monday) I was trying to install Joomla via Virtual Box / Jumpbox, but I did not finish it. When I got to the part to put in the ip address, it timed out. I think I was supposed to install it onto GoDaddy first, which I didn't do. Another one of my To Do's. I don't know if that had any affect on my problem.
Thank you for your assistance.