• Resolved markus08

    (@markus08)


    When I tell the plugin to change the htaccess code, the Thrive Themes Quiz Builder stops working. It is no longer loaded. Here is the htaccess content:

    # BEGIN All In One WP Security
    #AIOWPS_BLOCK_WP_FILE_ACCESS_START
    <Files license.txt>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
    </IfModule>
    </Files>
    <Files wp-config-sample.php>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
    </IfModule>
    </Files>
    <Files readme.html>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
    </IfModule>
    </Files>
    #AIOWPS_BLOCK_WP_FILE_ACCESS_END
    #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 10485760
    <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
    #AIOWPS_DEBUG_LOG_BLOCK_HTACCESS_RULES_START
    <Files debug.log>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
    </IfModule>
    </Files>
    #AIOWPS_DEBUG_LOG_BLOCK_HTACCESS_RULES_END
    # END All In One WP Security

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter markus08

    (@markus08)

    The error is caused by the brute force setting (Cookie-Based brute force login prevention). If I decativate this, then no error is present.

    • This reply was modified 3 years ago by markus08.
    Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @markus08

    Sorry for late reply.

    you said that Cookie-Based brute force login prevention is causing issue.

    Can you make sure “My site has a theme or plugins which use AJAX:” is checked?

    If “My site has a theme or plugins which use AJAX” enabled and still Issue let me know.
    I will try replicate that issue.

    Thread Starter markus08

    (@markus08)

    Hello, thank you. Yes that was not activated. Now it works. Thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘htaccess Error with Thrive Themes Quiz Builder’ is closed to new replies.