Search the Community
Showing results for tags 'favicon'.
-
Hey, I'm not quite sure this is an apache issue but since favicon is automatically assigned if existing that would be my guess, anyway I have this 16 by 16 favicon .ico that I generated using a famous online tool which I assume I shouldn't link, which I have used on past projects. Anyway I upload my favicon and it is just simply not "recognized" or whatever I mean it is just not loading it on my site and it EXISTS in the root? What might be the problem ?
-
Hi all, I have a favicon added to a global template in Yii, so the favicon is included in every page, and it also shows in every page. except in a few... There are a few pages in the project that don't display the favicon despite having the exact same layout files as all the others... part of the head tag of the template => <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="language" content="en" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" /> <link rel="icon" type="image/x-icon" href="images/favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" /> I've checked the source code and the header is exactly the same as all the other pages, with sometimes a few javascript includes more or less if I edit the favicon value using firebug the icon "reappears" even if I restore the original source (so removing or adding a "/" before the href) chrome always show the favicon, firefox doesn't (on a few pages). What could be a reason for this problem? googling has led me nowhere... If more info is needed, ask and i'll supply. unfortionatly the website I'm working on isn't public, so I can't share the links to the actual pages....
-
Hi, I have ssl installed on my site. However I got this insecure icon on the chrome's url bar. When I open the console I got this message: The page at https://www.pm-sson.nl/index.php displayed insecure content from http://www.google.com/s2/favicons?domain=www.mysite.com. How can I remove this? I have my own favicon, but it doesn't remove it.