浏览器试图下载PHP文件而不是运行它们(Linux Mint,Apache2)
问题描述:
I already disabled
php_admin_flag engine Off
in /etc/apache2/mods-enabled/php.conf
and still PHP files won't work. I've encountered similar problem with SWF
files already and the cause was in mime-types
. So I suspect that current problem may be related. Still, I don't know how to change mime-type
for .php
?
我已经禁用 p>
php_admin_flag engine Off
/etc/apache2/mods-enabled/php.conf code>中的代码> pre>
仍然无法使用PHP文件。 我已经遇到类似 SWF code>文件的问题,原因是在 mime-types code>中。 所以我怀疑当前的问题可能是相关的。 不过,我不知道如何为 .php code>更改 mime-type code>? p>
div>
答
It appears it all was because of me trying to run .php files outside DocumentRoot
directory, which is /var/www/html
meaning it's protected and I would either run IDE (for development) in root mode or change DocumentRoot
option.