Quote:
Originally Posted by Tdash
PikaPoka, can you post how you block them?
Thanks
|
Sure
Edit your existing .htaccess file and put this at the end of it:
Code:
###### Ban IPs ######
Order Deny,Allow
Deny from xxx.xxx.xxx.xxx (enter ip of his domain)
###### End Ban Ips ######
###### Custom error massage ######
ErrorDocument 403 "Error 403. I want to copy your website."
###### End Custom error massage ######