url-manager

How to remove the name of any of the controllers from the URL in Yii2

There is such a urlManager 'urlManager' => [ 'enablePrettyUrl' => true, 'showScriptName' => false, 'rules' => ... e more of them in the raging one. how can I make all of them look like this type of URL? mysite.ru/(any of the actions here)?

Yii2 urlManager and the RedactorModule module

Briefly: Problem with the urlManager route. When urlManager is enabled, the redactor module is no longer able to load images ... (Object(yii\web\Request)) #1 E:\OSPanel\domains\site.lan\backend\web\index.php(17): yii\base\Application->run() #2 {main}