Re: Blocking IPs and Domain from our domain
Are you running Apache?
You can pretty easily use php and preg_match to set up a filter on your index page to block just about any TLD or IP address but if you are running Apache, .htaccess ought to work.
I use php to detect and block spammers on my site and it is 100% effective. FYI.
HTH,
vbplusme
|