How to ban any IP Address via .htaccess?

Security Security Write a comment

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.

Write comments...
or post as a guest
Loading comment... The comment will be refreshed after 00:00.

Be the first to comment.