Bots hitting xmlrpc.php and causing a high load

Due to a security issue in earlier versions of WordPress that allowed posting from xmlrpc.php, bots scan remote servers for the vulnerability which can cause high loads.

You can enter the following code to your .htaccess file which will block access to that file and keep them bots from wasting your accounts resources:



<Files "xmlrpc.php">
Order Allow,Deny
deny from all
</Files>
  • 50 Users Found This Useful
Was this answer helpful?

Related Articles

Caching plugin for WordPress?

  Since we use LiteSpeed Web Server, we recommend using the LiteSpeed Cache plugin....

Can I use the WordPress command line interface or WP-CLI?

Yes! The WordPress command line interface or better known as WP-CLI is installed by default on...

Changed theme and now cannot access WordPress site or wp-admin

If your theme has an issue and WordPress only shows a blank (white) page and you need to change...

High resource usage from /wp-admin/admin-ajax.php

If you are seeing a high amount of resource usage due to /wp-admin/admin-ajax.php, it could most...

How can I block bots or spam comments?

The following WordPress article will give you some options:...

Powered by WHMCompleteSolution