Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.
Moderator: General Moderators
brandan
Forum Commoner
Posts: 37 Joined: Sat Jul 24, 2004 6:39 pm
Location: fort smith, ar
Post
by brandan » Thu Mar 31, 2005 1:17 am
i'm getting an error that favicon.ico doesn't exist. does anybody know if there's a way to ignore browser requests for this file?
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Thu Mar 31, 2005 1:22 am
make the file exist, or maybe you can define it as blank (in the page code) but it is good to have the file there (just in case)
brandan
Forum Commoner
Posts: 37 Joined: Sat Jul 24, 2004 6:39 pm
Location: fort smith, ar
Post
by brandan » Thu Mar 31, 2005 7:49 am
oh, duh. thanks.