Favicon NOT working on Edge

前端 未结 13 1671
傲寒
傲寒 2020-12-16 09:19

I have a problem with this favicon I generated for a local server php project. It works fine on most browsers (Google Chrome, Mozilla Firefox and Opera) but on Microsoft Edg

13条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-16 09:33

    Maybe it's a echo encapsulation issue. I mean that href would have "request->baseUrl;" as a value

    try

      request->baseUrl.'/favicon.ico" type="image/x-icon" />';
      ?>
    

提交回复
热议问题