It is necessary to make a link with 2 GET variables as a matter of fact:
createAbsoluteUrl(['site/about', 'id' => 1, 'post' => 2]) but it turns out some kind of beaverd, if so:
createAbsoluteUrl(['site/about', 'id' => 1]) then everything works, how do you add a 2-variable variable
yii\helpers\Url::toRoute(['site/about', 'id'=>1,'post'=>'2'])......... write all the code you use ..... for example<?php echo Yii::$app->urlManager->createAbsoluteUrl(['site/confirm', 'id' => 123,'code' => 333]) ;?>works for itself - Alexei ShimanskyYii::$app->urlManager->createAbsoluteUrl(['site/about', 'username' => $this->username, 'verification_email' => $this->validation_email])as a result we get:www.mysite.com/frontend/web/site/about?1%5Busername%5D=probausername is, but there is no second - Alexey