修改 /etc/httpd/conf.d/php.conf
替换下面三行:
<FilesMatch .php$> SetHandler application/x-httpd-php </FilesMatch>
为:
AddHandler php5-script .php
修改 /etc/httpd/conf.d/php.conf
替换下面三行:
<FilesMatch .php$> SetHandler application/x-httpd-php </FilesMatch>
为:
AddHandler php5-script .php