.htaccess Generator

Restrict by IP address

You can use .htaccess to ban or allow access to your web site by IP address.

List IP addresses. List one IP address per line.


I want to .

Deny browser access to generated .htaccess file. This is only needed if:
  • Your .htaccess file is in a web accessible directory
  • Your server isn't configured to disable browser access to .htaccess. (this is not common)

Send the visitor to this url if they are denied access:

Valid IP Addresses

IP addresses are in the form xxx.xxx.xxx.xxx and each of these four numbers is from 0-255.
You can enter partial addresses to restrict larger blocks of addresses:

1.2.3.4 Blocks one specific IP address
1.2.3. Blocks IP address in the range 1.2.3.0 to 1.2.3.255 (ie.. 1.2.3.xxx)
1.2. Blocks IP address in the range 1.2.xxx.xxx
1.2 Blocks IP address in the range 1.2xx.xxx.xxx

Your IP address is 172.70.38.53

Be careful when blocking blocks of IPs as you might be blocking legitimate traffic!

295,303 page views since Jul 2011.