使用redirect方法实现,代码如下:
public function hello($name)
{
if ($name=='thinkphp') {
$this->redirect('ok',['siteName'=>'百度']);
}
else {
$this->redirect('http://www.baidu.com',301);//301是永久重定向,302是临时重定向
}
}
亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读:wdcp怎么做301重定向