Cannot get Favicon.ico to display

前端 未结 8 2145
死守一世寂寞
死守一世寂寞 2021-01-02 08:55

I have copied my favicon.ico file to my Apache document root. I had to add an Apache Rewrite exception for it and now it is accessible from www.example.com/favicon.ico. Bu

8条回答
  •  南方客
    南方客 (楼主)
    2021-01-02 09:08

    Some browsers will pick up the icon if its in the root directory without adding anything to the page, however IE and FF don't. Add this code to the head section of your page

    
    

提交回复
热议问题