Speaktech.in

yii2 redirect to referer

In controller we can redirect back to the referer website by calling a return statement like this.

 return $this->redirect(Yii::$app->request->referrer ?: Yii::$app->homeUrl);