![]() |
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? |
send it to a sponsor join page :2 cents:
hitbot traffic is currently converting 1:52,000 for me :thumbsup |
RewriteEngine On
RewriteCond %{HTTP_REFERER} http://111.111.111.111/ [NC,OR] RewriteCond %{HTTP_REFERER} http://www.theirdomain.com/ [NC,OR] RewriteCond %{HTTP_REFERER} http://theirdomain.com [NC] RewriteRule /* http://www.theirdomain.com [R,L] |
All times are GMT -7. The time now is 03:16 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123