How to Block Any IP Address via an htaccess Rule

If you want to block an IP Address, you can add the below lines to your htaccess file.

order allow, deny
deny from IP-ADDRESS
allow from all

Replace IP-ADDRESS with the IP you want to block.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Block an IP Address to Deny Access to Your Website

You can blacklist an IP Address to deny access to your website.1. Log in to your cPanel account....

How to Restrict Access to Directories by IP Address

To secure your admin area from hackers, you should only allow access to your admin directory from...

Powered by WHMCompleteSolution