If you want to block an IP address, add the lines below to your htaccess file.
order allow, deny
deny from IP-ADDRESS
allow from allReplace IP-ADDRESS with the IP you want to block.
If you want to block an IP address, add the lines below to your htaccess file.
order allow, deny
deny from IP-ADDRESS
allow from allReplace IP-ADDRESS with the IP you want to block.
Add Comment