79434275

Date: 2025-02-12 19:48:37
Score: 1
Natty:
Report link

Add the following to your .htaccess file then add the IP address and you an add additional lines below. Just also remove the "<-- add IP address here"

# disable access from specific IP address
<Limit GET POST>
order allow,deny
deny from xxx.xxx.xxx.xxx  <-- add IP address here
allow from all
</Limit>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Melanie Shepherd