<br><br><div class="gmail_quote">On Thu, Dec 9, 2010 at 5:59 AM, Stefan Hornburg (Racke) <span dir="ltr"><<a href="mailto:racke@linuxia.de">racke@linuxia.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On 12/09/2010 02:34 PM, Mark Jenks wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I guess I'm going for the DNS blocking method, since I don't see where<br>
to put in a robots.txt file into RT.   I'll have to do some custom<br>
conf.d stuff when I get back into the office next week.<br>
<br>
</blockquote>
<br></div>
You can specify robots.txt in your Apache configuration, before<br>
the statements you use for RT:<br>
<br>
Alias /robots.txt /path/to/your/robots.txt<br>
<br>
Regards<br>
        Racke<br><font class="Apple-style-span" color="#888888"><br></font></blockquote><div><br></div><div>If that doesn't work for whatever reason, you can also throw this in your VirtualHost</div><div><br></div><div>

  <Location "/robots.txt"></div><div>    SetHandler None</div><div>  </Location></div><div><br></div><div>This is where I put my robots.txt</div><div><br></div><div>/opt/rt3/share/html/robots.txt</div>

<div><br></div><div> </div></div>