Add the following code to .htaccess file
<Files “xmlrpc.php”>
Order Allow,Deny
deny from all
</Files>
Firewall IP
iptables -A INPUT -s [IP] -j DROP
ipfw add 3 deny tcp from [IP] to any
Add the following code to .htaccess file
<Files “xmlrpc.php”>
Order Allow,Deny
deny from all
</Files>
Firewall IP
iptables -A INPUT -s [IP] -j DROP
ipfw add 3 deny tcp from [IP] to any