# AddType application/x-httpd-php .php
# AddType application/x-httpd-php-source .phps
把以上两行的注释符去掉,并根据实际情况确定php文档的后缀名,根据horde的需要,建议大家把第一行改成如下形式
AddType application/x-httpd-php .php .php3 .htm .phtml .php4
另外还要修改系统默认的首页类型,建议把DirectoryIndex index.htm改成这样:
DirectoryIndex index.htm index.html index.php3 index.php default.php







