UrlManager - Rules

Hiho,

My current website contains the address: www.example.com/test.php?mat=123 (not Yii)

My new website (Yii2) need same route… but… i need insert another param

www.example.com/test.php?mat=123 --> /escala/search?mat=123&vw=test

My current rule:

[‘pattern’ => ‘wap’, ‘route’ => ‘escala/search’, ‘suffix’ => ‘.php’],

How can I add a fixed parameter?

Ps: without .htaccess plx

Thanks

Found solution!

‘defaults’ => [‘param’ => ‘value’]