You can blacklist IP addresses using the below given code in htaccess file
General Format
=========
order allow,deny
allow from all
deny from xxx.xxx.xxx.xx
Example
=====
order allow,deny
allow from all
deny from 115.100.22.11
You can blacklist IP addresses using the below given code in htaccess file
General Format
=========
order allow,deny
allow from all
deny from xxx.xxx.xxx.xx
Example
=====
order allow,deny
allow from all
deny from 115.100.22.11