• Brandon

    (@seofeed)


    We just removed the Bad Behavior plugin from this site and took the call out of wp-config.php. The reason we removed Bad Behavior is because the search engine spiders were receiving a 412 Precondition Failed error. Bad Behavior is known to cause this and we have solved the problem before by just removing it.

    Now, we removed it and took the code out of wp-config.php. When you click a link on the home page it goes to a completely blank page. No errors or nothing.

    So, I was thinking it was permalinks. We updated them and it did no good. I’m not sure if it is OK to post links here, but this is the site:

    https://www.secondactliving.com/

    Click any of the post links and you’ll see the behavior I’m talking about. I’m not sure what is causing it and I don’t think there are any other references to Bad Behavior. Wp-content is writable and so is the theme folder.

    Thanks for any help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Jeremy Clark

    (@jeremyclark13)

    Try updating your permalinks by going to your Dashboard > Options > Permalinks > update permalink structure and try again.

    Thread Starter Brandon

    (@seofeed)

    Unfortunately, we have updated them several times using different formats. I’m starting to think it is a plugin conflict, but the htaccess is totally clean:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    If you see a 412 error, you are running an extremely old outdated version (measured in YEARS) of Bad Behavior and should consider updating to a current version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pages Not Showing – Bad Behavior’ is closed to new replies.