我在.htaccess
中尝试使HTML文件运行PHP代码,但它仍然不运行PHP代码。
这是我试图放入的内容.htaccess:
#AddType application/x-httpd-php .html
#AddType application/x-httpd-php5 .html
#AddType x-httpd-php .html
#AddType x-httpd-php5 .html
#AddType php .html
#AddType php5 .html
AddHandler application/x-httpd-php .html
#AddHandler application/x-httpd-php5 .html
#AddHandler x-httpd-php .html
#AddHandler x-httpd-php5 .html
#AddHandler php .html
#AddHandler php5 .html
在我的服务器上尝试使其可以运行的其他任何东西?