My website recently started giving me the following error message.
Not Acceptable! An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security
- Kate Zella asked 11 months ago
- You must login to post comments
I was experiencing same issue with my WP site shared-hosted in Hostgator. Normally it’s a plugin that cause this and it’s best to contact the developer. If that is not an option, then go your CPanel and disable Mod Security. If that option is not available, then access your server via SSH and added the following lines on the .htaccess file :
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Good Luck!
- Robert Mitchell answered 11 months ago
-
This is a helpful question and answer, I had the same issue and it helped me.
- You must login to post comments
Your Answer
Please login first to submit.