我无法在html文件上运行php脚本,如链接中显示的图片,它总是显示错误,并且在html文件中没有任何功能。
但我已经在网站root中配置了.htaccess,我的Dreamweaver有一个php本地服务器,我使用xamppp设置我的php。我不知道为什么它不起作用。
我的.htaccess文件:
AddHandler application / x-httpd-php .html .htm
AddType application / x-httpd-php5 .php5
AddType application / x-httpd-php5 .phps
AddType application / x-httpd-php5 .html .htm
答案 0 :(得分:0)
正是@ arif_suhail_123所说的。将index.html文件重命名为index.php,并且应该执行PHP代码。 如果.php文件扩展名不存在,Apache不知道该文件包含PHP代码。