There is a web crawler which is causing most of the traffic on my server. I corresponded with a technical person who told me that their program ignores robots.txt if it has a response code other than 200. My site has two names for the same machine, call them goodhost.domain and badhost.domain. Goodhost returns a 200 code for robots.txt and badhost returns 302. There is no explicit redirection for this file. In the Apache configuration file, goodhost is the ServerName. Is there some way I can get badhost to serve up a 200 code?