11
Quote:
apache reads index.html files before it reads index.php
That may be the default, but it can vary according to the server configuration.
You can control that from httpd.conf or an .htaccess file. For example, this directive will check for index.php first, then index.html:
DirectoryIndex index.php index.html