PHP中退出账号出现403Forbidden

WBOY
Release: 2016-06-23 13:34:23
Original
1057 people have browsed it

就是网站登录一个账号之后,再点退出不是应该跳回主页吗,但是他显示403Forbidden,怎么解决我找了好久了都没找到解决方案。
www.lianorg.com    就是这个网址,登陆账号再退出显示这个:
Forbidden
You don't have permission to access /

--------------------------------------------------------------------------------
Apache/2.4.9 (Win64) PHP/5.5.12 Server at www.lianorg.com Port 80


我跟网上查说是权限问题,说修改一下php的配置文件httpd.conf,可是试了也不好使。


回复讨论(解决方案)

403 就是没有访问权限了
这要看你的代码是怎么写的了

要看哪个文件的代码? outlogin的?

$_POST["act"] 是什么东西? 你退出是用post提交的吗? 看看点击退出时地址栏上的URL是什么?

点击完是这个、http://www.lianorg.com/%3Cbr%20/%3E%3Cfont%20size='1'%3E%3Ctable%20class='xdebug-error%20xe-fatal-error'%20dir='ltr'%20border='1'%20cellspacing='0'%20cellpadding='1'%3E%3Ctr%3E%3Cth%20align='left'%20bgcolor=

鼠标放在退出上左下角什么都不显示。

点击退出是转到 outlogin.php 吗?
如果是,那就是 outlogin.php 没有访问权限

你的退出按钮的超链接写错了吧
http://www.lianorg.com/

这个怎么对呢?
如果你是通过超链接退出的话,应该用$_GET['act'] 接收吧。

对点退出是跳到outlogin.php,那他为什么没有访问权限呢我该怎么解决?  退出是用JS写的不是超链接。退出

你看看直接在浏览器方问 outlogin.php 会是什么结果


直接打是这样

你退出后跳到了http://www.lianorg.com/%3Cbr%20/%3E%3Cfont%20size='1'%3E%3Ctable%20class='xdebug-error%20xe-fatal-error'%20dir='ltr'%20border='1'%20cellspacing='0'%20cellpadding='1'%3E%3Ctr%3E%3Cth%20align='left'%20bgcolor=
当然403啦。检查下退出的路径。

路径没问题啊。。。

是你页面出错了。
你ajax访问,返回的data是一段错误信息。所以导致你的跳转链接也出现了问题。
权限是有的。
错误在:
Fatal error: Call to undefined function session_unregister() in D:\wamp\www\lianorg1\outlogin.php on line 10

http://www.lianorg.com/%3Cbr%20/%3E%3Cfont%20size='1'%3E%3Ctable%20class='xdebug-error%20xe-fatal-error'%20dir='ltr'%20border='1'%20cellspacing='0'%20cellpadding='1'%3E%3Ctr%3E%3Cth%20align='left'%20bgcolor=*****
你这个路径都没问题,那什么才有问题呢?

%3Cbr%20/%3E%3Cfont%20size='1'%3E%3Ctable%20class='xdebug-error%20xe-fatal-error'%20dir='ltr'%20border='1'%20cellspacing='0'%20cellpadding='1'%3E%3Ctr%3E%3Cth%20align='left'%20bgcolor=*****
你这个很明显是服务器返回的一段html形式的错误信息

谢谢大家问题解决了,我把退出代码重新编了一遍

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template