http://exas.com
http://exas.com/?r=site/index
http://exas.com?r=site/index
http://exas.com/index.php
http://exas.com/index.php?r=site/index
http://exas.com/site/index
return [
'components' => [
'db' => [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=db_1;charset=utf8',
'username' => 'manager',
'password' => '123456',
'charset' => 'utf8',
'enableSchemaCache' => false,
'schemaCacheDuration' => 3600,
'enableQueryCache' => false,
],
…