Preferred way to use favicons?

前端 未结 6 1328
故里飘歌
故里飘歌 2020-12-10 05:27

I was trying to add a favicon to a website earlier and looked for a better way to implement this than to dump a favicon.ico file in the root of the website.

6条回答
  •  悲&欢浪女
    2020-12-10 06:10

    You can use HTML to specify the favicon, but that will only work on pages that have this HTML. A better way to do this is by adding the following to your httpd.conf (Apache):

    AddType image/x-icon .ico
    

提交回复
热议问题