redirect无法打开网页 [ 2.0 版本 ]
if ($model->load(Yii::$app->request->post()) && $model->login()) {
return $this->redirect(['panel/home/index']);
}
代码如上很简单,就是登录验证通过就redirect到http://host/panel/home/index
,但是在本地和测试服务器上正常跳转了,在正式服务器上却会产生了网页刷新的动作却没有跳转到http://host/panel/home/index
,我在return $this->redirect(['panel/home/index']);
前加上echo"success";die();
后成功输出了success,说明的确是运行到了redirect这里的,但是为什么会正式服务器上无法跳转?
最佳答案
其他 4 个回答
心雨
注册时间:2015-07-23
最后登录:2020-03-31
在线时长:20小时35分
最后登录:2020-03-31
在线时长:20小时35分
- 粉丝5
- 金钱175
- 威望20
- 积分575