Apache - Permissions are missing on a component of the path

前端 未结 6 976
南笙
南笙 2021-02-08 11:03

None of my website images are loaded, although paths are correct. In my Apache logs, I have plenty of :

(13)Permission denied: [client 87.231.108.18:57108] AH00         


        
6条回答
  •  灰色年华
    2021-02-08 11:19

    In my case the containing folder did not have the +x permission, changing it to 755 did the trick.

提交回复
热议问题