为什么我的网站登录页在本地测试可以正常登录,在服务器却无法正常跳转呢?
<form action="{:U('Login/login')}" method="post">
<ul>
<li><img src="/Public/frontend/images/login_name_bg.gif" alt="" title="用户名"/>
<input type="text" class="denglu_srk" placeholder="用户名/邮箱/手机号" value="<?php echo $_COOKIE['username'];?>" name="name" style=" float:left"/>
</li>
<li><img src="/Public/frontend/images/login_password_bg.gif" alt="" title="密码"/>
<input type="password" class="denglu_srk" placeholder="密码" onpaste="return false" name="pass" id="pass_id" style=" float:left"/>
</li>
<?php if($_SESSION['login_time']>=3):?>
<li><input placeholder="输入验证码" class="yanzhengma" name="verify"/><img class="verify-code" src="{:U('Register/verify')}" onClick="click_change(this)" style=" margin-left:10px; vertical-align:middle;" title="验证码"/><b id="verify1"></b></li>
<?php endif;?>
</ul>
<p><a href="{:U('FindPass/email')}">忘记密码?</a><a href="{:U('Register/index')}">免费注册</a></p>
<p class="denglu_but_con"><input class="denglu_but" type="submit" value=" "/></p>
</form>
------解决思路----------------------
url 重写没有生效
------解决思路----------------------
还可能是 session 无效
------解决思路----------------------
不对!
http://www.onloan.com.cn/usercontent-index.html
会转到
http://www.onloan.com.cn/login-index.html
所以要么是登录程序有问题(无法确认是用户),要么是 session 失效
------解决思路----------------------
session保存目录可写?
------解决思路----------------------
大麦加油!关注、学习!
------解决思路----------------------
也可能是你的服务器 php 版本低了
$url = 'http://www.onloan.com.cn/usercontent-index.html';
print_r(get_headers($url));
echo file_get_contents($url);
Array
(
[0] => HTTP/1.1 200 OK
[1] => Date: Sun, 05 Oct 2014 05:57:52 GMT
[2] => Content-Type: text/html
[3] => Content-Length: 265
[4] => Connection: close
[5] => Server: nginx/1.0.15
[6] => X-Powered-By: PHP/5.2.17p1
)
<head>
<meta property="qc:admins" content="147026777767647166375636" />
<meta property="qc:admins" content="4716300527622221636375" />
<meta property="qc:admins" content="471630043674556654" />
</head>
<meta http-equiv='Refresh' content='0;URL=/login-index.html'>
------解决思路----------------------
再有,你的服务器用的是 nginx
能支持 .htaccess 吗?
------解决思路----------------------
你在登录页打印一下传入的参数看看
这样无目标的瞎猜是没有用的
友情提示:垃圾评论一律封号 加我微信:826096331拉你进VIP群学习群