• I keep getting this error message when I click on links in my site:
    Not Acceptable!
    An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.
    Can anyone help me fix this?
    My website is: https://www.theconvivialtable.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there,

    You could try this in your .htaccess:

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    Failing that maybe you should chat with your host, ask them to turn off mod_sec at least for your WP site.

    Let me know how that goes. ??

    Take care

    Thread Starter gbruner1

    (@gbruner1)

    I contacted Bluehost at your recommendation and they took care of me. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error Message’ is closed to new replies.