热搜:NVER node 开发 php

lamp访问的时候index.php时直接下载了该文件

2024-07-20 18:50:02
lamp访问的时候index.php时直接下载了该文件

这个原因是因为Apache无法解析php文件

vim /etc/httpd/httpd.conf

addType application/x-httpd-php .php

AddType application/x-httpd-php-source  .phps


    DirectoryIndex  index.php index.html