The Small Business 360 Q&A Forum

Entrepreneurs can ask questions as well as find answers to their questions on various business topics, including operating a business, web design, and more, through this platform. Join us and share your questions or answers. 

0
0

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

  • You must to post comments
0
0

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!

  • Kate Zella
    This is a helpful question and answer, I had the same issue and it helped me.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.