I use routing in Yii2. The task is that all pages of the form
/page-about /page-news /page-temp processed the controller's action. I tried to write like this:
'/page-<pref:\w+>/' => 'main/static-page' but it does not work. The controller and the action in it is, but gives 404. Help make the correct routing