Php extension instead html

Just add something like this to your htaccess file:

RewriteEngine On
RewriteBase /
RewriteRule ^index\.html?$ / [NC,R,L]

Should be good to go after that.