PDA

View Full Version : IP Block definatly doesn't work.



bijan.d
06-05-2006, 02:25 PM
So i tried adding a few IP's to the IP block, including my own, and its throroughly useless. Also, i want to add a large list of IP's from a list i got from Wikipedia to the blocked list, how would i do that? thanks

domain(s)
www.bijand.com <-- primary
www.thestudiocrew.com (most important for IP blocking)
there are more but they're not important.

P00r
06-05-2006, 07:26 PM
So i tried adding a few IP's to the IP block, including my own, and its throroughly useless. Also, i want to add a large list of IP's from a list i got from Wikipedia to the blocked list, how would i do that? thanks

domain(s)
www.bijand.com <-- primary
www.thestudiocrew.com (most important for IP blocking)
there are more but they're not important.

You can do it manually, create a file named .htaccess with the file manager in the root directory of the domain you want to control

order allow,deny
deny from 70.82.151.106
deny from .htmlite.com
allow from all

I am far from beign an Apache guru so do a litle google search and do some trial, if you mix-up and end up banned, just use an ftp client to delete the file and start-over.

P00r