If not you could either upload your index.php via FTP (or whatever you're using to upload) and make it overwrite index.html
If not then deleting index.html and uploading index.php.
You could also make index.html redirect to index.php which is what I had on one of my old sites.
Good Luck :D
edit// thanks for the one but I'm not copying their answers. I didn't even look at the other answers. I knew what you had to do from the start. and chances are more than one person is gonna know the right answer so obviously they're gonna give the same answer. [ _eMiLy's advice column | Ask _eMiLy A Question ]
DangerNerd answered Sunday June 12 2005, 4:08 am: Hello there,
While it is possible that renaming your index file to index.php will work, I am assuming you have already tried that.
The redirect method using meta refresh is very common and a workable solution if your host can't accomplish anything better. It will however be the death of your site in the search engines. There is almost nothing that you could do for your search engine ranking that would be worse than that.
If you would like to find out all the variable commands for that go right ahead and do a search for "meta refresh redirect" in Google.
If your server supports .htaccess configuration files, in other words your web server software is Apache, you can make a single text file save it as .htaccess
... and insert the following line of text inside it:
DirectoryIndex index.php
Save this file and upload it to the root directory of your web site, and it will be fixed up for you in real time. Doing it this way the search engines will love you. :-)
Attention: NOTHING on this site may be reproduced in any fashion whatsoever without explicit consent (in writing) of the owner of said material, unless otherwise stated on the page where the content originated. Search engines are free to index and cache our content. Users who post their account names or personal information in their questions have no expectation of privacy beyond that point for anything they disclose. Questions are otherwise considered anonymous to the general public.