gwolff2005 Posted July 11, 2009 Share Posted July 11, 2009 Hi guys, I need your help. I try to install a favicon icon in my subdomain. It works perfectly wih my maindomain. But my subdomain it just works in firefox not in IE. It is exactly the same code I used for my main domain and there it works in both browsers. What could I have done worng. I wrote the following code in the header. AS I said works perfectly in FF just not in IE Please help! <link rel="shortcut icon" href="favicon.ico/" > <link rel="icon" href="animated_favicon1.gif/" type="image/gif" > Quote Link to comment https://forums.phpfreaks.com/topic/165606-solved-php-different-for-firefox-and-explorer/ Share on other sites More sharing options...
haku Posted July 11, 2009 Share Posted July 11, 2009 Does the favicon file exist in the subdomain directory? That's what you are linking to. If it does exist, then it's just IE being finicky. IE doesn't deal well with favicons - it doesn't like them being changed. IE6 is particularly bad, and IE7 isn't that great. Not sure about IE8 though - haven't played with it and favicons enough to say. Quote Link to comment https://forums.phpfreaks.com/topic/165606-solved-php-different-for-firefox-and-explorer/#findComment-873536 Share on other sites More sharing options...
gwolff2005 Posted July 11, 2009 Author Share Posted July 11, 2009 hi haku thansk for your advice I found a tric. I had to literally open the faviconfile in IE and from then on it worked. Thanks!! Quote Link to comment https://forums.phpfreaks.com/topic/165606-solved-php-different-for-firefox-and-explorer/#findComment-873622 Share on other sites More sharing options...
haku Posted July 11, 2009 Share Posted July 11, 2009 Heh, there you go. Finicky IE! I'll remember that trick though, I didn't know it. Makes sense though, as it probably overwrites its cache with the new image file. Quote Link to comment https://forums.phpfreaks.com/topic/165606-solved-php-different-for-firefox-and-explorer/#findComment-873666 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.