HTTP CODERS'S PLZ HELP

by 3 replies
4
When i enter my site into majestic seo i get this:

Last Crawl Result: HTTP_406_NotAcceptable

What does this mean? and How do i fix this?
#search engine optimization #seo
  • It basically means that Majestic SEO requested the page using parameters that the server could not handle. Very simple example: wanted a HTML page, got some other file. This seems to happen infrequently with Majestic so I'd just wait a bit and see it if goes away.
  • Banned
    • [1] reply
    • Mostly these problems occur due to security updates. These following changes may help you, but firstly save your .htacces file (backup)


      1st:

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

      OR

      2nd:

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

Next Topics on Trending Feed