1: 2:
RewriteEngine on RewriteRule ^(.*).html$ $1.php [L]
1: 2: 3:
RewriteEngine on RewriteBase / RewriteRule ^(.*).html$ /$1.php [L,QSA]