Graphic Design Forum and Web Design Forum  

Go Back   Graphic Design Forum and Web Design Forum »Web Design Forum »General Web Design Forum

Notices

General Web Design Forum Discuss General Web Design Issues


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 22-04-2008, 12:06 AM
KimberleyCreative's Avatar
Member
 
Join Date: Aug 2007
Location: Melbourne, Australia
Posts: 74
Default Errors in my website, not sure what they mean

I get these daily errors for my website in my error log, but I'm not sure what they mean:

File does not exist: /home/kimb/public_html/favicon.ico
File does not exist: /home/kimb/public_html/robots.txt
__________________
Kimberley Creative – Freelance Graphic Designer
www.kimberleycreative.comhttp://www.etsy.com/shop.php?user_id=5825866
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #2 (permalink)  
Old 22-04-2008, 07:50 AM
zumojuice's Avatar
100% Freshly Squeezed™
 
Join Date: Feb 2007
Location: York
Gender: Male
Posts: 2,907
Default

Well it looks like it is looking for files that don't exist. Does you web-server have those files? It may be that something in your code is looking for those files. Either it's a piece or borrowed code acting up, or perhaps something looking for a file on your computer and the link's not corrected so it can't find it.
__________________
Richard Gray
http://www.zumojuice.me.uk
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #3 (permalink)  
Old 22-04-2008, 10:22 AM
CVW CVW is offline
Junior Member
 
Join Date: Feb 2008
Posts: 39
Default

Those are files that are looked for by default by some browers and crawlers, which is probably what causes the errors.

I am not a graphic designer but surely every site should have a favicon. It adds brand to browsers favourites list and generally looks more professional.

And every site should have a robots.txt file even it is blank. Live Search used to not even index a site if the robots.txt file didn't return a 200 found response. Not sure if that is still the case.

HTH

Rob
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #4 (permalink)  
Old 22-04-2008, 01:05 PM
tommylogic's Avatar
← <squeeze />
 
Join Date: Apr 2007
Location: Virtually Everywhere
Gender: Male
Posts: 4,586
Default

If those files exist in your home directory, you need to include the correct path to those files in the HEAD section of all your pages.

If those files do not exist (although they should as stated above), then you need to remove the referencing lines from ALL of your pages.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #5 (permalink)  
Old 22-04-2008, 11:45 PM
KimberleyCreative's Avatar
Member
 
Join Date: Aug 2007
Location: Melbourne, Australia
Posts: 74
Default

I've found out what the robots.txt is, and a website create on in:
Robots.txt Generator - McAnerin International Inc.

I'll see if I can find out in Google what favicon.ico means
__________________
Kimberley Creative – Freelance Graphic Designer
www.kimberleycreative.comhttp://www.etsy.com/shop.php?user_id=5825866
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #6 (permalink)  
Old 23-04-2008, 12:02 AM
KimberleyCreative's Avatar
Member
 
Join Date: Aug 2007
Location: Melbourne, Australia
Posts: 74
Default

All sorted! Thank you for your responses guys. I managed to find out what favicon.ico means, and create one here:
favicon.ico Generator
__________________
Kimberley Creative – Freelance Graphic Designer
www.kimberleycreative.comhttp://www.etsy.com/shop.php?user_id=5825866
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #7 (permalink)  
Old 23-04-2008, 11:31 PM
LeadMagnet's Avatar
Mr. Tambourine Man
 
Join Date: Jun 2007
Location: Ireland
Gender: Male
Posts: 1,381
Default

Kimberly, your robots.txt file is wrong. It's not meant to be a html file.
Also, if i'm interpreting it right, you're blocking a load of search engines from indexing your website... is that what you were trying to do?
__________________
Subtlety is my middle name... and first and last in case you didn't get the point.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #8 (permalink)  
Old 23-04-2008, 11:55 PM
tommylogic's Avatar
← <squeeze />
 
Join Date: Apr 2007
Location: Virtually Everywhere
Gender: Male
Posts: 4,586
Default

Kimberly.. here is some good info on robots.txt
How do I use a robots.txt file to control access to my site?

And you may consider using Google Webmaster Tools to help out with some of your site.

There's tons of good stuff in both of those links you should learn about and probably start implementing ASAP
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #9 (permalink)  
Old 25-04-2008, 05:40 AM
KimberleyCreative's Avatar
Member
 
Join Date: Aug 2007
Location: Melbourne, Australia
Posts: 74
Default

Quote:
Originally Posted by LeadMagnet View Post
Kimberly, your robots.txt file is wrong. It's not meant to be a html file.
Also, if i'm interpreting it right, you're blocking a load of search engines from indexing your website... is that what you were trying to do?

Thanks, I'll change the extension. Truthfully I'm not quite sure what the robots.txt file does. I blocked a lot of websites, because I read something about them going through bandwidth. I'm going to read the information at Google again.
__________________
Kimberley Creative – Freelance Graphic Designer
www.kimberleycreative.comhttp://www.etsy.com/shop.php?user_id=5825866
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #10 (permalink)  
Old 25-04-2008, 11:43 AM
LeadMagnet's Avatar
Mr. Tambourine Man
 
Join Date: Jun 2007
Location: Ireland
Gender: Male
Posts: 1,381
Default

I'm not talking about the extension. It is a .txt file, but it's got a load of HTML tags inside.
And i'd only worry about those sites taking up your bandwidth if you actually start to get that much traffic that it matters.
__________________
Subtlety is my middle name... and first and last in case you didn't get the point.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox round edge errors Neo.uk CSS Forum 5 09-12-2007 10:11 PM
my website - www.rmer.co.uk - graffiti art website r-merone Web Design Forum Showcase 14 12-04-2007 07:16 PM
Site Errors Joe.Morgan General Web Design Forum 12 21-03-2007 01:16 PM


All times are GMT. The time now is 11:59 PM.



Estetica Design Forum's Privacy Policy
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5