.htaccess Blacklist IP addresses December 21, 2011 Pramod T P Leave a comment 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