('location','http://www.baidu.com')跳轉失敗
$res->statusCode = '301';
$res->headers->add('location','http://www.baidu.com');
已經加上http了,還是沒有跳轉,提示
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');
已經加上http了,還是沒有跳轉,提示
Not Found
The requested URL /basic/web/www.baidu.com was not found on this server.
2017-12-04
舉報
2018-05-29
用
跳轉了,上一個,沒有成功。
2017-12-06
basic你放在哪的?
2017-12-06
location換成127.0.0.1試試i