If you want index.php to be your default page when people type in your domain, you've got to tell it to your HTTP server (seems like its not in the your default config.)
With Apache, simply create a file ".htaccess" with "DirectoryIndex index.php" in it.
|