• Resolved kirrus

    (@kirrus)


    The injected .htaccess rules includes;

    # Apache >= 2.3
    <IfModule mod_authz_core.c>
    <RequireAll>
    Require all Granted
    Require not env bad_bot
    </RequireAll>
    </IfModule>

    This breaks previously configured basic http auth using
    Require valid-user

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, can you share which option you enabled in the plugin that creates the rule you mentioned above?

    Thank you

    Thread Starter kirrus

    (@kirrus)

    Hi,

    Not exactly, because I didn’t activate the option, a customer did. I’m just the webhost tech

    The code is listed under section “# 6G:[USER AGENTS]”, if that helps?

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, can you disable the following option Enable 6G Firewall Protection under Firewall? This should fix your issue.

    Or you could try to customize Enable 6G Firewall Protection and edit or remove the code you mentioned above. Then add the customized code into the following feature Custom Rules also located under Firewall.

    Let me know how you go.

    Regards

    • This reply was modified 7 years, 6 months ago by mbrsolution.
    Plugin Contributor wpsolutions

    (@wpsolutions)

    If an Apache rule conflicts with your specific setup I recommend using the custom rules tab as suggested by mbrsolution. Simply turn off the rule causing your issue and then make the required modifications in the custom rules feature.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Default .htaccess rules break basic auth’ is closed to new replies.