Answer the question
In order to leave comments, you need to log in
Yii2 rules in Url manager, how to specify all characters?
I form a link like this ['/user/default/view', 'username' => $model->username]
in Url manager such a rule 'user/<username:[\w_-]+>' => 'user/default/view',
If the name is simple, for example test, then I get the correct link /user/test
and if vova-pupkin or id123123123 then the link is /user/default/view?username=vova-pupkin
How to make a rule?
Answer the question
In order to leave comments, you need to log in
try like this.'user/<username:[-\w]+>' => 'user/default/view',
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question