Page 1 of 1
Instead of the first setup page I'm getting a download promp
Posted: Tue Jan 17, 2006 12:03 am
by Nemesis
When I click on the Index.php, which I'm pretty sure is the start point to start the setup, I get the standard browser download prompt. Any ideas?
Tks in advance.
Posted: Tue Jan 17, 2006 12:28 am
by judebert
I thought it was all lower case, "index.php".
Even so, it's got the right extension, so it should be executed, not downloaded. Sounds like your webserver doesn't know how to execute a .php file.
If you have FTP access, make sure the file has executable permissions for everybody (mode 775 should do the job). If that's not the problem, your provider may not allow you to run PHP files, or may restrict the directories from which they can be executed. Call 'em up and ask.
Good Luck!