• Resolved Kenny Ray

    (@kray257)


    Ever since the firewall was added, all my sites are having problems. I am hosted on a Windows server. I cannot disable the firewall. The setting won’t stick. I cannot whitelist. I want this firewall turned off. How can I do it? If I cannot get this resolved within a very short time, I will be forced to remove this plugin and find another security solution.

    https://wordpress.org/plugins/wordfence/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author WFMattR

    (@wfmattr)

    Hi,

    Sorry for the trouble. Wordfence is not officially supported on Windows platforms (see https://docs.wordfence.com/en/Wordfence_system_requirements ), but we have heard of users having success.

    We have had some reports of issues using the new firewall feature on Windows servers, so if you have trouble with it, you can add this line to wp-config.php to disable the firewall feature:
    define('WFWAF_ENABLED', false);

    If you’ve already enabled the “Extended Protection”, add the code to the wordfence-waf.php file instead, just below the “<?php” line.

    Other Wordfence features will still work normally in this case.

    -Matt R

    Thread Starter Kenny Ray

    (@kray257)

    Thanks for the fast reply Matt. Appreciate it!

    I see that Extended Protection says it’s enabled, and its behavior supports that, but I have not added any code to the php.ini file (we have multiple sites on the server, so not sure how that would work). So I will try to disable the firewall in the config file. Again, I really appreciate the fast reply. We are unable to submit any posts with an iframe in them, and cannot whitelist.

    Thread Starter Kenny Ray

    (@kray257)

    I just added define('WFWAF_ENABLED', false); to the wp-config file and it didn’t appear to change anything. Any thoughts on that?

    Thread Starter Kenny Ray

    (@kray257)

    Oops. Wrong site! Perhaps it will work if I put the code in the right place. (duh)

    Thread Starter Kenny Ray

    (@kray257)

    OK – I confirmed that it is in the right place now, and when I go to the firewall page, the button is still indicating enabled, and protecting. Shouldn’t this be red now?

    Plugin Author WFMattR

    (@wfmattr)

    Hi,

    The WFWAF_ENABLED line might have been too far down in the wp-config.php file, if it was after the last section — if the Extended Protection wasn’t enabled, that is most likely.

    The latest version of Wordfence does fix the issues on Windows servers though, so let us know if you’re still having any trouble after updating. Thanks!

    -Matt R

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problems since latest upgrade’ is closed to new replies.