Forum Moderators: coopster
You could set up your site so PHP is run as HTML. That way the regular HTML pages will work while the PHP pages will appear with the extension of HTML instead of PHP.
The way to accomplish this depends on if you have access to the PHP config file. If you do have access, then you make the change in the config file. If you don't, then it needs to be done in .htaccess.
As with PHP there is more than one way to approach the problem. The solution I use is to insert the following line in the .htaccess file:
AddType application/x-httpd-php .php .html