|
well it looks like index.php isnt set up as a default index page. there a few things you can do
Add index.php to the Apache Config File
Use .htaccess to set index.php as a default page
Create an index.html and have it redirect to index.php
and probably a couple other things i ahvent thought off of the top of my head, the best and most likely option you can implement is probably my second suggestion, .htaccess
|