Change file extention
RewriteEngine on
RewriteRule index.htm index.php
This will make index.php look like index.htm.
(Put the code in a file called ".htaccess")

This will make index.php look like index.htm.
(Put the code in a file called ".htaccess")