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
舉報
2015-08-05
我找到問題了,粗心把引用的頁面給搞錯了
應該是這個頁面里http://localhost:8088/basic/web/index.php?r=hello/index? 我用的不是phpstudy,是wampserver ??
2015-08-05
引用路徑的問題吧。