Is there anyway I can use the setenvif variable in .htaccess to identify a site-sucker bot and use php to address it?
like setenvif *rule* something=Sucker
<?php
$id=StripURL($HTTP_SERVER_VARS["SOMETHING"]);
?>
like setenvif *rule* something=Sucker
<?php
$id=StripURL($HTTP_SERVER_VARS["SOMETHING"]);
?>


Comment