File does not exist: /home/owner/public_html/favicon.ico
[Fri May 20 14:14:34 2005] [error] [client 66.228.209.130] File does not exist: /home/owner/public_html/404.shtml
[Fri May 20 14:14:34 2005] [error] [client 66.228.209.130] File does not exist: /home/owner/public_html/robots.txt
What are these files and why is it looking for them?
favicon:
http://www.google.com/search?hl=en&q=favicon.ico&btnG=Google+Search
404 == 404 page (not found):
http://www.alistapart.com/articles/perfect404/
robots.txt:
robots.txt the defining document for the robots exclusion standard.. good bots loook for it to see what they can and cannot do on your site, directory traversal, and whatnot.
http://www.robotstxt.org/wc/faq.html
all very googlable.
Thank you. I somehow thought there was something wrong.