I recently posted about my problem with blocking IP's so that my site will not show if being brows in i.e (certain IP) and i got lots of informations from those guys who response... thanks I did their advice to use .htaccess and i did the following below sample: Order Deny,Allow Deny from 123.456.789.111 allow from all i test it to my own ip and see if it works but unfortunately it doesnt. when i typed my url on the address bar it still shows. i save the file as .htaccess and save to my wwww/mydomain.com folder is this right? Please help thanks in advance.
<Limit GET POST> order allow,deny allow from all deny from 12.154.217 deny from 168.103.49 </Limit> If it's a visitor, I take off the last number, since that can easily change. You never wanna ban AOL or WebTV users, or you might end up banning a LOT of people!!!