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(strQueryS tring, "favicon.ic o") <= 0 Then
' WHAT GOES HERE TO PROVIDE THE .ICO FILE?
End If
-------------------
.....Thanks!
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(strQueryS tring, "favicon.ic o") <= 0 Then
' WHAT GOES HERE TO PROVIDE THE .ICO FILE?
End If
-------------------
.....Thanks!
Comment