apache 不解析 php
Posted isykw
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache 不解析 php相关的知识,希望对你有一定的参考价值。
apache 不解析php
1.找到:
AddType application/x-gzip .gz .tgz
在其下面添加:
AddType application/x-httpd-php .php //添加支持对php脚本解析
2. 找到:
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
把中间那一行改为:
DirectoryIndex index.html index.htm index.php //增加对php的索引
以上是关于apache 不解析 php的主要内容,如果未能解决你的问题,请参考以下文章
phpApache无法自己主动跳转却显示文件夹与php无法连接mysql数据库的解决方式
PHP apache错误:用户'jobportal'@'localhost'的访问被拒绝(使用密码:是)