• Here is the firewall lines added to my htaccess. They are being added prior to all other lines.

    # BEGIN All In One WP Security
    #AIOWPS_BASIC_HTACCESS_RULES_START
    <Files .htaccess>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
    </IfModule>
    </Files>
    ServerSignature Off
    LimitRequestBody 10240000
    <Files wp-config.php>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
    </IfModule>
    </Files>
    #AIOWPS_BASIC_HTACCESS_RULES_END
    # END All In One WP Security

    # END All In One WP Security

Viewing 1 replies (of 1 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, can you disable all Firewall rules. Then enable one by one the Firewall rules. At the same time check your site each time you enable one of the Firewall rules, to see if you get a 500 internal server error message?

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

The topic ‘Enabling any firewall setting causes 500 internal server error’ is closed to new replies.