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

Posted kevin2016

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac上的xampp出现Access forbidden! You don’t have permission to access the requested object. It is either相关的知识,希望对你有一定的参考价值。

一个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的主要内容,如果未能解决你的问题,请参考以下文章

mac上的Xampp mailoutput文件夹在哪里?

在 mac el capitan 上的 xampp 上的 xdebug

/Applications/XAMPP/xamppfiles/bin/php - Xampp Mac 上的 Laravel

为啥 jQuery 不能在我的 Mac 上的 xampp 上运行?

在 Mac 上的 XAMPP 上设置虚拟主机

在 Mac 上的 XAMPP 上设置虚拟主机