• Hi i have blocked access to xmlrpc,php, However i now see attacks been made on wp_xmlrpc gateway how is it possible if i have already disabled xmlrpc.php via .htacess.

Viewing 1 replies (of 1 total)
  • Thread Starter zee7055

    (@zee7055)

    code i used to block xmlrpc.php access via .htacess

    # Block WordPress xmlrpc.php requests
    <Files xmlrpc.php>
    Order Allow,Deny
    Deny from all
    </Files>

    (Note: i have also changed my login page url)

    • This reply was modified 5 years, 3 months ago by zee7055.
Viewing 1 replies (of 1 total)

The topic ‘Attack on wp_xmlrpc after blocking access to xmlrpc.php’ is closed to new replies.