Thread: homepage error
View Single Post
  #2 (permalink)  
Old 10-13-2007, 12:58 PM
webdev webdev is offline
Supreme Babbler
 
Join Date: Apr 2007
Posts: 563
webdev has a few positive reputation points
Default

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.
Reply With Quote