我有一个类似的网址(通过 facebook 与hybridauth进行身份验证的结果):
http://localhost/work/auth/validate.php?service=Facebook#_=_
在其中我试图重定向到:
header("location:../user/".$_SESSION['user']['profile_url_name']);
但是,当$_SESSION['user']['profile_url_name'] = 'Test-User'
重定向发生时,它显示为:
http://localhost/work/user/Test-User#_=_
我不知道#_=_
重定向中出现的原因或方式,但我只想摆脱它。有什么解决办法吗?