Answer the question
In order to leave comments, you need to log in
Url to generates links not from the site root?
Good afternoon, there is a link: <a href="<?=Url::to(['site/news'])?>">Новости</a>
and there is a urlManager rule:
'<action:(login|register|news)>' => 'site/<action>'
/admin/site/news
/news
Answer the question
In order to leave comments, you need to log in
You need to explicitly specify what you want relative to the site root, like this:<a href="<?=Url::to(['/site/news'])?>">Новости</a>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question