Also is not working for me in IE, help!!
And I have to put the complete URL to works and appears in my forum, example:
<link rel="shortcut icon" href="http://www.myforum/VB/favicon.ico" />
--------------- Added [DATE]1205535548[/DATE] at [TIME]1205535548[/TIME] ---------------
I did a fix and now is working also in IE.
First I rename the icon file, instead of favicon.ico for example vbulletin.ico or whatever and then I upload the icon in the images folder of my forum and in the headinclude template i Put this code in the top.
Code:
<LINK REL="SHORTCUT ICON" HREF="/forum/images/XXXXX.ico" type="image/x-icon">
<LINK REL="SHORTCUT" HREF="/forum/images/XXXXXX.ico" type="image/x-icon">
And wow it works!!
I hope this help somebody ok.