Forum Moderators: open
to avoid getting 404's from robots requesting your robots.txt file you can
1. put an empty file called robots.txt in your root directory
2. put a robots.txt file (use notepad or similar) in your root directory with this exactly
user-agent: *
disallow:
Either of these examples will allow ALL robots to crawl the entire site and you won't get 404's.