Quote Originally Posted by kobra View Post
Do you currently have an htaccess file in your account?

Check to see if there is a directive in it for files types and add .php if it is not included
kobra, that's not going to work ... since if you look at the screenshot, he can obviously load the initial installer pages just fine.

The problem is that something else is triggering the download; most likely a PHP error is setting some header output and then triggering an alternate response (downloading) instead of generating the correct HTML to output as a normal page.

Adding htaccess directives is not going to solve this problem.