Favicon for all the pages in my website
Posted
by Senthil Kumar
on Stack Overflow
See other posts from Stack Overflow
or by Senthil Kumar
Published on 2010-04-28T12:36:28Z
Indexed on
2010/04/28
12:43 UTC
Read the original article
Hit count: 285
I've learned that the way to add favicon for a web page is to have the following lines in the page.
<link rel="SHORTCUT ICON" type="image/x-icon" href="http://mysite.com/faviconfilename.ico"/>
<link rel="icon" type="image/x-icon" href="http://mysite.com/faviconfilename.ico" />
Should i add this code in each and every page my site has?? I use Apache - tomcat clustering to serve pages. Is there any other easy way to do this?
© Stack Overflow or respective owner