('location','http://www.baidu.com')跳轉(zhuǎn)失敗
$res->statusCode = '301';
$res->headers->add('location','http://www.baidu.com');
已經(jīng)加上http了,還是沒(méi)有跳轉(zhuǎn),提示
Not Found
The requested URL /basic/web/www.baidu.com was not found on this server.
$res->statusCode = '301';
$res->headers->add('location','http://www.baidu.com');
已經(jīng)加上http了,還是沒(méi)有跳轉(zhuǎn),提示
Not Found
The requested URL /basic/web/www.baidu.com was not found on this server.
2017-12-04
舉報(bào)
2018-05-29
用
跳轉(zhuǎn)了,上一個(gè),沒(méi)有成功。
2017-12-06
basic你放在哪的?
2017-12-06
location換成127.0.0.1試試i