htaccess文件有个小问题


small problem with .htaccess file?

我有一个小的。htaccess文件,允许我运行一个HTML文件作为php

<Files yourpage.html>
AddType application/x-httpd-php .html
</Files>

我需要编辑这个脚本,所以它运行所有。html和。htm文件作为。php我需要这个来申请文件,而不仅仅是你的页面。html我试着这样做

AddType application/x-httpd-php5 .php .html

但是它没有任何意义我想删除你的页面。html,并加入*.html,但我没有如果这是正确的方式或不

使用说明:

AddType application/x-httpd-php .html