Block xmlrpc.php attack in OpenLiteSpeed Web Server by Sufiyan ShaikhUse the below code to block the attack<IfModule mod_rewrite.c> RewriteRule xmlrpc – [F,L] </IfModule>