Block visitors by IP address – .htaccess
Add the below given code in your .htaccess file
order allow,deny
deny from 112.1.11.22
allow from all
Beginner's Guide....
Add the below given code in your .htaccess file
order allow,deny
deny from 112.1.11.22
allow from all