【发布时间】:2016-02-10 07:07:10
【问题描述】:
【问题讨论】:
-
检查您是否对这些文件夹/文件有读取权限
-
您的资产文件夹存在权限问题,请检查 jquery 是否正确加载。
标签: php html http-status-code-403
【问题讨论】:
标签: php html http-status-code-403
一般...
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
【讨论】: