如何让apache 支持php

首先在httpd.conf中大约311行添加

AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps
65行修改:
User ett
Group ett

166行修改首页文件,

DirectoryIndex  index.php index.html

你可能感兴趣的:(如何让apache 支持php)