Options +Includes AddType text/html .htm .html AddHandler server-parsed .htm .html AddType application/octet-stream .vcf AddOutputFilterByType DEFLATE text/html text/htm text/plain text/css text/PHP text/javascript application/x-javascript
AddType application/x-httpd-PHP .html .htm
更新1
它可能是PHP版本具体.如果你使用PHP5尝试:
AddType application/x-httpd-PHP5 .html .htm
更新2
尝试:
RemoveHandler .html .htm AddType application/x-httpd-PHP .PHP .htm .html
或者这是另一种替代方法:
<FilesMatch "\.html$"> ForceType application/x-httpd-PHP </FilesMatch>