После включения ЧПУ-адресов, почему-то вместо /web/index.php?r=site%2Fabout стали адреса типа /site/about
Как убрать слово "site"?
'<action>' => 'site/<action>'
Как подключить css и bootstrap-плагины, которые лежат на стандартных местах?
return $this->redirect(Url::toRoute('reset-password'));
/**
* Class User
* @property $username string
*/
class User extends ActiveRecord implements \yii\web\IdentityInterface
{