How do favicons work ?
I've added this line (see bottom of post) into the <head> and put the favicon.ico in the images folder. I can browse to the file but it wouldn't display. This didn't start working for me until I added a forward for the domain to where the website existed on another domain. i.e. www.domain2.com forwarded to www.domain1.com/domain2/index.html. I've since removed the forward and the favicon still appears using www.domain1.com/domain2/index.html.
I've tried adding this code to another site using the same method except the website is hosted on the same domain without any forwards etc but doesn't work
What factors affect whether a favicon is displayed ?
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
MW
I've added this line (see bottom of post) into the <head> and put the favicon.ico in the images folder. I can browse to the file but it wouldn't display. This didn't start working for me until I added a forward for the domain to where the website existed on another domain. i.e. www.domain2.com forwarded to www.domain1.com/domain2/index.html. I've since removed the forward and the favicon still appears using www.domain1.com/domain2/index.html.
I've tried adding this code to another site using the same method except the website is hosted on the same domain without any forwards etc but doesn't work

What factors affect whether a favicon is displayed ?
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
MW