我一直在殴打自己,试图在我的 html 中获取我的 php 解析。我在 .htaccess 中使用了以下内容但无济于事。
AddType application/x-httpd-php .html - a dialog box pops up asking me to open a php file
AddType application/x-httpd-php5 .html - Same
AddHandler application/x-httpd-php .html - Same
AddHandler php-script .html - just doesnt parse but looking into the source code you can see the php
AddHandler php5-script .html - Same
我还想指出,普通的 .php 文件在服务器上运行良好。
是什么赋予了?