apache - Favicon for all the pages in my website -


i've learned way add favicon web page have following lines in 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 add code in each , every page site has?? use apache - tomcat clustering serve pages. there other easy way this?

it enough place file called "favicon.ico" in root of website.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -