redirect yandex.ru traffic
-
I want to do something plain nasty. This code does not work in my index.php. Is there a plug-in?
$name = gethostbyaddr($_SERVER[‘REMOTE_ADDR’]);
if (stristr($name,’yandex’))
{
header(‘404 Not Found’);
exit;
}
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘redirect yandex.ru traffic’ is closed to new replies.