Stopping xmlrpc.php attacks

  • December 20, 2024
  • 0 Comments

In your /home/username/public_html/.htaccess file enter the following

<Files "xmlrpc.php">
Order Allow,Deny
deny from all
allow from youripaddresshere
</Files>


As of December 2024, we do this serverwide.

How helpful was this article to you?

Posting has been disabled.