• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Blocking IP's or URL's

if you use Apache for a web server you can use a .htaccess to do this. I am not sure of the code tho.
 
Thanks guys :)
I found this code in this forum. I forgot who posted it but it's the same as yours Who:

<Limit GET>
order allow,deny
deny from **.***.***.**
deny from **.**.**
allow from all
</Limit>


(Where the * represents the IP#)
You paste it into your .htaccess file also. :D
 
Back
Top