put RBAC and if not enough rights left the page with the error number. How to make so what if the error 403 that was redirect on the page with an input? I tried to do something like right in the view.
if ($this->exception==403) Yii->app-response->redirect Any suggestions?