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

mac上的xampp出现Access forbidden! You don’t have permission to access the requested object. It is either

时间:2017-07-31 14:45:29      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:rri   chmod   joomla   mission   cto   apach   mis   override   app   

一个Joomla!程序,之前是在win上的xampp上运行得非常好的,当我把它拿到mac下面的xampp上去运行的时候,发现有问题,没法运行,报以下的错误:

Access forbidden!  You don’t have permission to access the requested object. It is either read-protected or not readable by the server.

这时可以找到apache的httpd.conf文件,找出<Directory />

修改成如下:

<Directory />
    Options All
    AllowOverride All
    Order deny,allow
    Allow from all
</Directory>

如果还是不行,可以

chmod -R 777 /Applications/XAMPP/xamppfiles/htdocs

即可运行了。

mac上的xampp出现Access forbidden! You don’t have permission to access the requested object. It is either

标签:rri   chmod   joomla   mission   cto   apach   mis   override   app   

原文地址:http://www.cnblogs.com/kevin2016/p/7262585.html

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