对于Hostgator 以及 hostmonster空间:
问:How can I execute php code as .htm or .html files ,即如何让.htm文件中的php代码执行
答:In your .htaccess file insert this line of code.
Quote:
AddType application/x-httpd-php .html .htm .php
AddHandler application/x-httpd-php .html .htm .php
|