View Single Post
Old 2006-12-23, 01:44 PM   #8
Useless
Certified Nice Person
 
Useless's Avatar
 
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Send a message via ICQ to Useless
Quote:
Originally Posted by ivko999 View Post
If your site doesn't contain original content, you should exclude it from crawling (by sending us email or simply blocking the bot)
I think it's the other way around. If you host orginal content - you should block the bot.

Should we assume that your bot will ignore robots.txt, so we must use .htaccess to completely block you from showing our pages in your site's frames?

Code:
RewriteCond %{HTTP_REFERER} eonsex\.com [NC]
RewriteRule .* - [F]

Last edited by Useless; 2006-12-23 at 01:53 PM..
Useless is offline   Reply With Quote