PDA

View Full Version : Is there a favicon?


LP
06-11-2005, 10:07 PM
By chance, is there a line for favicon in one of the scripts? I'm thinking there is not, as most header stuff is in one file, but I'm getting a 'file not found' in my error catching script so just checking!

Thanks!
LP

imported_Tim Mousel
06-11-2005, 10:37 PM
Hi,

No there isn't. If you find out what is causing your error, let me know.

Thanks,

Tim

LP
06-11-2005, 11:26 PM
Yeah I kinda thought not. It's too early for bots to be visiting me (however, I also got an error that someone or something looked for robots.txt which I don't have), so I'm going to use a script that searches files to see if I threw it in some code somewhere.

Thanks!
LP

Frank71
06-12-2005, 04:54 PM
Every time someone tries to bookmark your site the browser will look for the favicon - also without the line in the code.
same for robots, but here searchengines tries to get it.

Frank

LP
06-12-2005, 10:36 PM
Yep, I should have known this. Thanks for the information!