I am using the following .htaccess rules to modify the PHP file extensions to HTML:
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUES
try this:
RewriteEngine on RewriteRule ^(.*)\.html$ $1.php
when you will access page1.html the system will look for: page1.php