Is there a way to specify a default controller in Yii? Instead of using the SiteController? Thank you in advance.
try to add the configuration in the config main.php
'defaultController' => 'newcontrollername',
after 'name' setting.