访问资产的问题

时间:2016-02-10 07:07:10

标签: php html http-status-code-403

上周,我参与了一个项目。 一切正常,所有资产都已加载。 昨天我将我的项目上传到服务器,几乎所有资产都无法加载。在下图中,您可以看到我的错误控制台的屏幕截图。

enter image description here

1 个答案:

答案 0 :(得分:0)

一般来说......
403 Forbidden错误是HTTP状态代码,这意味着出于某种原因绝对禁止访问您尝试访问的页面或资源。
Solution for your problem: Provide 755 permissions to your js, assets, images, font-awesome folders.

755 means :
(7)Permissions for Owner (ex: apache) will be Read, write, execute
(5)Permissions for Group will be read, execute
(5)For rest of the world Everyone: read, execute