阿帕奇 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?
听起来您没有登录第二种情况。即,如果未登录,则无法注销。
编辑:即,应用程序似乎为需要身份验证但没有身份验证的页面抛出 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.)