No, not yet. I will check mime types.
--------------- Added [DATE]1200344576[/DATE] at [TIME]1200344576[/TIME] ---------------
Problem fixed, seems there was a line in my .htaccess file that was telling it to load php5 when my server's default was php5.
--------------- Added [DATE]1200344861[/DATE] at [TIME]1200344861[/TIME] ---------------
For those who encounter the same problem, here is something to check.
In your root directory, open your .htaccess file and look for:
Code:
AddHandler application-x-httpd-php5 .php
OR
Code:
AddHandler application-x-httpd-php4 .php
If either of those exist, remove them, save, upload, close your browser and it should be back to normal.
If you still have the problem after opening your browser, then clear all private data, cache, browsing history, etc. You can leave your saved passwords and cookies, then close browser and open again, then it definately will be fixed.
NOTE: Only do this if you are getting a download box like I was, if things load, do not edit anything your .htaccess file unless you know what your doing.