如下图所示,我尝试添加require all granted
和allow from all
,但两者都无效。
错误是403.具体文字是:
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
我在osx上,刚刚下载了最新的xampp版本并重新安装它,甚至尝试了不同的目录。我无法让它发挥作用。这个问题有很多答案,但其中大多数是“添加要求全部授予”和“从所有人添加允许”到httpd.conf
目录。
整个目录的权限是777,我也仔细检查过。
有没有人知道那是怎么回事?
编辑:解决方案是为路径中的每个文件夹设置读取权限,而不仅仅是文件所在的文件夹。