• All of sudden when I try to save or publish an article on my blog I get a “Bad Request” message that says this:

    Please contact the site administrator, and provide the following Reference ID:

    0CCA-9D7E-28DF-2EFD

    The reference ID always changes. This first happened in the middle of a new post when it tried to autosave. Now it happens at autosave AND when I publish or save.

    Where do I begin to look to figure out what is wrong?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter oldmuttonhead

    (@oldmuttonhead)

    UPDATE: I upgraded to 2.7 and still get the same error. ??

    I had the same problem, it was resolved by adding this to the httpd.conf:

    SecRuleInheritance Off

    as in:

    <VirtualHost *:80>
    DocumentRoot /var/www/html/blog
    ServerAlias *.domain.com
    ServerName domain.com
    SecRuleInheritance Off
    </VirtualHost>

    https://www.riight.com

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