码迷,mamicode.com
首页 > 数据库 > 详细

apache 提示You don't have permission to access /test.php on this server.怎样解决

时间:2014-08-11 20:47:53      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:style   http   color   io   strong   文件   php   on   

把denty改成allow

httpd.conf文件中。

<Directory "cgi-bin">
AllowOverride None
Options None
Order allow,deny
Deny from all -->将所有的Deny改成Allow
</Directory>

apache 提示You don't have permission to access /test.php on this server.怎样解决,布布扣,bubuko.com

apache 提示You don't have permission to access /test.php on this server.怎样解决

标签:style   http   color   io   strong   文件   php   on   

原文地址:http://www.cnblogs.com/edwardsun/p/3905281.html

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