?>
<?php
if (eregi("MSIE",getenv("HTTP_USER_AGENT")) ||
eregi("Anonymouse.org",getenv("HTTP_USER_AGENT"))) {
Header("Location: saucist.me.uk/dead.php");
exit;
}
av got that but only works for index.php a want to insert one into htaacess. i dont wna ban ip cos theres loadza used for anonymouse
<?php
if (eregi("MSIE",getenv("HTTP_USER_AGENT")) ||
eregi("Anonymouse.org",getenv("HTTP_USER_AGENT"))) {
Header("Location: saucist.me.uk/dead.php");
exit;
}
av got that but only works for index.php a want to insert one into htaacess. i dont wna ban ip cos theres loadza used for anonymouse
Comment