apache support for php5

来源:互联网 发布:mac向上的箭头 编辑:程序博客网 时间:2024/05/16 10:42

add the following configuration:

<IfModule mod_php5.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
</IfModule>