[ad_1]
Hello,
our site was victim of a brute force attack (and I believe other attacks). I was told by our provider to disable xmlrpc.php, amongst other suggestions.
I see that WordFence, in “Logic security settings”, has this checkbox called “Disable XML-RPC authentication“.
I just wanted to ask if this does the same as disabling xmlrpc.php in .htaccess, e.g. through a piece of code like:
<Files "xmlrpc.php">
Require all denied
</Files>Thank you!
