• I installed All in One Security on an nginx server, but I noticed that some rules like blocking XMLRPC.PHP is not working, does it work fine on nginx?

    I noticed that the same problem occurs in Open Light Speed

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @vinnyfm,

    Thanks for raising issue, I will create internal ticket for this and get back to you asap.

    Regards

    Thread Starter Vinicius Nascimento

    (@vinnyfm)

    Anything that uses the denny or allow rule doesn’t work.

    It only works if I write in htaccess

    # XML-RPC OLS 
    <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteRule ^xmlrpc\.php$ - [F]
    </IfModule>
    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @vinnyfm

    Yes, htaccess rules do not work in nginx server. It seems the PHP based fire wall rule for nginx ready but not fully integrated.

    Do one thing, open the file /wp-content/plugins/all-in-one-wp-security-and-firewall/classes/firewall/rule/rules/general/rule-block-xmlrpc.php

    line 31

    return (bool) $aiowps_firewall_config->get_value('aiowps_enable_pingback_firewall');

    replace it with

    return true;

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error All In One Security Nginx and Open Lite Speed’ is closed to new replies.