To secure your admin area from hackers, you should only allow access to your admin directory from selected IP addresses. You can create a .htaccess file in the
If you want to block an IP address, you can add the lines below to your htaccess file. order allow, deny deny from IP-ADDRESS allow from all Replace IP-ADDRESS