UFO, this is a problem on your host side? Are viewing site on your home server or on the net?
You or your host needs to edit the apache config file and add index.php as a default main page. If index.html is not there, it will directly go to index.php.
If you're accessing this on your maching, go to your apache folder, open up httpd.conf file and look for the word "DirectoryIndex" in the file.
On that line, just add index.php besides index.html there.
hope this helps.
|