ローカルホストの一部の領域にはアクセスできますが、他の領域にはアクセスできません。たとえば、
アクセスできます
localhost/index.php
。localhost/somefolder/
だがしかし
localhost/somefolder/anotherfolder
また、phpinclude
の内部からファイルにアクセスすることもできませんanotherfolder
failed to open stream: No such file or directory
サブディレクトリにアクセスできますchmod -R 755 www
が、まだアクセスできません
何が原因でしょうか?