Yii页面跳转问题
我使用老师视频里的代码
$res ->headers->add('location','http://www.baidu.com');
按理说应该跳转到百度,但是页面报错了,提示错误为The requested URL /basic/web/www.baidu.com was not found on this server.,为什么 /basic/web/这些东西会多出来啊?视频里就没出现这个问题呢?
我使用老师视频里的代码
$res ->headers->add('location','http://www.baidu.com');
按理说应该跳转到百度,但是页面报错了,提示错误为The requested URL /basic/web/www.baidu.com was not found on this server.,为什么 /basic/web/这些东西会多出来啊?视频里就没出现这个问题呢?
2015-08-05
我找到问题了,粗心把引用的页面给搞错了
应该是这个页面里http://localhost:8088/basic/web/index.php?r=hello/index 我用的不是phpstudy,是wampserver
举报