阿帕奇 403 错误
我可以毫无问题地访问我网站上的某些链接。但是,如果我尝试手动输入与链接/按钮相同的 URL,则会收到 403 错误。
例如 http://www.sumobid.com/logout.php
我已经验证了权限文件,但仍然收到错误。
这是在专用服务器上。
有什么想法吗?
I can access certain links from my site with no issue. However, if I try and manually type in the same URL as the link/button I get a 403 error.
FOr instance http://www.sumobid.com/logout.php
I have verfied the permissions on the file but am still getting the error.
This is on a dedicated server.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来您没有登录第二种情况。即,如果未登录,则无法注销。
编辑:即,应用程序似乎为需要身份验证但没有身份验证的页面抛出 403。 (与重定向到登录页面相反。)
Sounds like you're not logged in for the second case. I.e., you can't logout if you're not logged in.
Edit: I.e., it seems as if the app is throwing a 403 for pages that require auth but don't have it. (As opposed to, say, redirecting to the login page.)
看来我解决了我自己的问题。原来是我无意中打开了 cPanel 中的 LinkProtection。一旦禁用,一切就开始正常工作
Seems I fixed my own problem. It turns out that I had inadvertently turned on LinkProtection in cPanel. Once that was disabled everything started working as it should