Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的管理员的某些操作中,我得到一个“权限被拒绝”页面,在调试日志中我得到
[26/Jun/2012 08:23:59] "POST /admin/securite_v2/magasin/ HTTP/1.0" 403 26
我怎样才能看到到底发生了什么?
正如它所说,权限相关。
尝试对该 DIR 及其内容执行 CHMOD 777,并查看错误是否仍然存在。但请务必不要将其保留为 777 - 这会产生相当大的安全风险。