1.进入Apache编辑httpd.conf文件
1、增加下面内容
AddType application/x-httpd-php .php .phtml #以php结尾的,交给php处理
AddType application/x-httpd-php-source .phps
找到DirectoryIndex index.html #添加index.php
DirectoryIndex index.html index.php
重启Apache
cd /usr/local/apache/bin/
./apachectl restart