You can 'fake it' .php being a .html file using .htaccess:
AddType application/x-httpd.php .html .htm
how can i do this i开发者_运维问答n using IIS 6.0?
If you have access to the IIS Manager:
Website Properties > Home Directory (Tab) > Configuration (Button) > Mappings (Tab)
You should be able to assign what application/dll handles certain file extensions.
精彩评论