Your webserver loads the index files in the order you type them. For instance, in IIS if index.php is above index.htm, it will load first. Same for Apache, if index.php is first in the list, it loads first. To get your index.htm to load first, you need to change the order on the web server.