How To Block WordPress XMLRPC Attacks

Add the following to either your .htaccess file or to your Apache config:
1 2 3 4 |
<Files xmlrpc.php> Order allow,deny Deny from all </Files> |
![]() |
Add the following to either your .htaccess file or to your Apache config:
1 2 3 4 |
<Files xmlrpc.php> Order allow,deny Deny from all </Files> |
Leave Your Comment
All fields marked with "*" are required.