|
|
发表于 2004-4-2 17:24:39
|
显示全部楼层
回复: 我的配置文件这样的
最初由 hyang_zhang 发表
我的配置文件这样的
#
# AddType allows you to add to or override the MIME configuration
# file mime.types for specific file types.
#
#AddType application/x-tar .tgz
AddType application/x-http-php .php
应改没有问题吧!
你这里AddType application/x-http-php .php少了个d,是httpd-php。你看看机器上配置有没有错。
另一个可能,你有些httpd的rpm包没卸干净,用rpm -qa | grep httpd看看有么有任何的rpm包,如果有都卸了。 |
|