Could someone show me the code to redirect a cheaters ip back to their domain?
I tried this but its not working
RewriteCond %{HTTP_REFERER} ^
http://xx.xx.x.xx$ [NC,OR]
RewriteCond %{REMOTE_ADDR} ^xx\.xx\.xx\.xx$ [NC]
RewriteRule /*
http://somedomain.com/ [R,L]
i can stop them by using deny on their ip address but I really want to send their hit bot traffic back to them.
Can anyone help?