You can block any IP address by add this line to your .htaccess file:
- order allow,deny
- deny from IP-ADDRESS
- allow from all
Replace "IP-ADDRESS" with the IP Address you want to block.
Álvaro Moura
Last updated on Jul 6, 2026
You can block any IP address by add this line to your .htaccess file:
Replace "IP-ADDRESS" with the IP Address you want to block.