码迷,mamicode.com
首页 > Web开发 > 详细

apache 不解析 php

时间:2017-05-24 11:20:01      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:rect   index   httpd   ati   cto   .gz   pac   dir   htm   

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

标签:rect   index   httpd   ati   cto   .gz   pac   dir   htm   

原文地址:http://www.cnblogs.com/isykw/p/6897644.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!