Thread: how do i?
View Single Post
Old 04-09-2003, 01:46 PM  
darius
Registered User
 
Join Date: Sep 2001
Posts: 51
how do i?

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?
darius is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote