How to Ban Any IP Address via .htaccess

How to Ban Any IP Address via .htaccess

By: ZebraHost

If someone is trying to hack your website or you want to block their IP Address, you can add this line to your .htaccess file.

order allow,deny

deny from IP-ADDRESS

allow from all

Replace “IP-Address” with the IP address you want to block.