This topic has 1 reply, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #134359
     ehoefler
    Participant

    Hello,

    I’m using Kleo 4.1.3 on a WordPress 4.6 installation.

    Users are able to login fine by going to site-url/wp-admin

    However, when they try to use the pop-up login on the front end, they always get the 406 error.

    Full text of the error is: “Error 406 – Not Acceptable Generally a 406 error is caused because a request has been blocked by Mod Security. If you believe that your request has been blocked by mistake please contact the web site owner.”

    I don’t believe there are any other plugins conflicting with the login to cause that. Any ideas/suggestions?

    FYI my .htaccess file reads:

    # BEGIN WordPress

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteRule ^index\.php$ – [L]

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

     

    <IfModule mod_security.c>

    SecFilterEngine Off

    SecFilterScanPOST Off

    </IfModule>

    # END WordPress

     

    Thank you!

    Eric

    #134403
     Laura
    Moderator
    Not marked as solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?