Favicon at Localhost?

4 replies
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.....
#favicon #localhost
  • Profile picture of the author wayfarer
    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.
    Signature
    I build web things, server things. I help build the startup Veenome. | Remote Programming Jobs
    {{ DiscussionBoard.errors[3422134].message }}
    • Profile picture of the author RyanAndrews
      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.
      {{ DiscussionBoard.errors[3422197].message }}
      • Profile picture of the author LoginBD
        Originally Posted by RyanAndrews View Post

        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.

        Yah i am able to see my icon by cheeking localhost/favicon.ico

        but not in the desire links left side.
        {{ DiscussionBoard.errors[3457761].message }}
  • Profile picture of the author GotLiveChat
    Do you see your icon when you visit
    localhost / test / favicon.ico
    OR
    localhost / favicon.ico
    ?

    with your web browser?
    {{ DiscussionBoard.errors[3424106].message }}

Trending Topics