Favicon at Localhost?

by 4 replies
14
Is it Possible to make visible favicon at toolbar in local host?. I am trying a hard. I generate a favicon from a favicon generating site. And i add the two lines between head tag

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">


i use wamp. So i keep my index file and favicon.ico at test folder into
www folder. But not able to see favicon at the link http://localhost/test

i am using moxila in xp, Pls help me.....
#programming #favicon #localhost
  • You probably won't be able to see it until you close your browser and open it again. Mozilla caches the favicon and doesn't refresh it when you clear your regular cache.
    • [1] reply
    • If your favicon.ico is in the web root, it should show up.

      Check localhost/favicon.ico
      If you see your icon it's working, and probably just a caching issue.
      • [1] reply
  • Do you see your icon when you visit
    localhost / test / favicon.ico
    OR
    localhost / favicon.ico
    ?

    with your web browser?

Next Topics on Trending Feed

  • 14

    Is it Possible to make visible favicon at toolbar in local host?. I am trying a hard. I generate a favicon from a favicon generating site. And i add the two lines between head tag <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">