mac上的xampp出现Access forbidden!

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文件,找出

修改成如下:


    Options All
    AllowOverride All
    Order deny,allow
    Allow from all


如果还是不行,可以

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

即可运行了。


原文

你可能感兴趣的:(iOS和Objective-C)