xmlrpc.php of your website is used by attackers to launch DDoS attacks. Print

  • 1

Your site acts as an intermediate link, but the work of site scripts will create a huge load on the server.

Solution:
To fix this problem, we recommend either deleting the xmlrpc.php file, or adding the following lines to the .htaccess file, which is located in the root of the site:

<FilesMatch "xmlrpc.php">

order deny,allow

deny from all

</FilesMatch>


Was this answer helpful?

« Back