Blacklist IP addresses

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

Leave a Reply

Your email address will not be published. Required fields are marked *