How do I Block a IP Address from Accessing my site
You can ban or block a IP Address or IP Range through your CPanel or Plesk or similar console if you have access to it through your web host.
Use IP Deny Manager available in CPanel. or to block certain IP ranges, referers or ISP use .htaccess file.
Create a text file and rename it to .htaccess and then add the following content to block a IP :
To Block a Specfic IP Address
Deny from 78.222.03.02
To Block a IP Range
Deny from 78.222.
