我可以访问本地主机的某些区域,但无法访问其他区域,例如,
我可以访问
localhost/index.php
,localhost/somefolder/
但不是
localhost/somefolder/anotherfolder
我也无法include
从 php 内部获取任何文件,anotherfolder
因为它说failed to open stream: No such file or directory
我有chmod -R 755 www
但仍然无法访问子目录
可能是什么原因?