Favicon
my problem is with IE i am working on favicon.ico. in my root directory of my website i have our company logo
when i open any page of our website in mozilla or firefox i see the icon before the url in the address bar and also if i bookmark the site in mozilla i see the icon
but when i open the website in Internet explorer version 6.0 i dont see the icon before the url and also dont see the icon in the bookmarks when i save it.
View Replies
I want to add a favicon.ico to one of my websites. Because this is a large site, with two domains sharing an IP, I want to be able to redirect the favicon .ICO file from my VBScript Error 404 file (depending upon the domain name). Anybody have directions for doing this? In my Error 404 file, I can place this is the partocilar domain secitons"
strQueryString = LCase(getSerVar("QUERY_STRING"))
If InStr(strQueryString, "favicon.ico") <= 0 Then
' WHAT GOES HERE TO PROVIDE THE .ICO FILE?
End If
View Replies
View Related