favicon does not show

Hello; I wanted to have a favicon for my website and did this :




<link rel="icon" type="image/png" href="../../web/favicon.png" />

<!--[if IE]><link rel="shortcut icon" type="image/x-icon" href="../../web/favicon.ico" /><![endif]-->



The favicon is not being display what can be the problem?

Use absolute path for href attribute


Yii::$app->request->absoluteUrl;

or baseUrl


Yii::$app->request->baseUrl;