Deny Access from an IP

Change

AllowOverride None

to

AllowOverride All from httpd.conf

And then create a file named .htaccess in the folder you want to deny access and put the folowing :

order deny,allow

deny from all

allow from