I've got the following two lines in my WordPress theme header to help me display the favicon.
CODE
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
Using either would have done the job - but I was told to include both so as to ensure the display of the favicon in IE and non-IE browsers.
Now my question is, the icon shows up ONLY when you access my site using the main domain's URL, i.e. http://chaos-laboratory.com. If you're reading any post / page below it, e.g. http://chaos-laboratory.com/coding/ the icon won't show at all !!!
Anyone else encourtered this and got any bright idea to fix it ??
Thanks & Cheers,
m^e


