Page is a not externally linkable
abbeyvet - 11:39 pm on Jul 7, 2005 (gmt 0)
I added this: At various points of this: RewriteEngine On and can't make it work. Where should it be?
I have tried to add the crawl delay but I am obviously making a pigs dinner of it because I keep on blocking everone from my site
User-agent: teoma
Crawl-Delay: 240
<Files .htaccess>
order allow,deny
deny from all
</Files>
ErrorDocument 403 http://www.example.com/errordocs/403.html
ErrorDocument 404 http://www.example.com/errordocs/404.html
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]