欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

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

程序员文章站 2022-05-28 23:19:11
...
这个原因是因为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