Guidelines for Blogger Post - 8. "Blocked due to access forbidden 404" - Solution - How to rectify the issue

Answer

A "Blocked due to access forbidden 404" error typically occurs when a requested URL cannot be found, often due to incorrect file paths or access permissions. To fix this issue:

  1. Check File Permissions:
    Ensure that the files and directories on your server have the correct permissions. Incorrect permissions might block access, triggering a 403 or 404 error [2].

  2. Clear Cache:
    Sometimes, the issue could be due to outdated cache files. Clear your browser cache and cookies to ensure you’re loading the most updated version of the site [6].

  3. Update .htaccess File:
    If you're using WordPress or another CMS, an incorrect .htaccess file might block access. Deactivate the old .htaccess and create a new default one [4].

  4. Check Redirect Settings:
    Ensure that your website’s redirects are correctly configured. Missing or incorrect redirects can lead to 404 errors [3].

  5. Crawl with Googlebot:
    Crawl your website using a Googlebot user agent to ensure it can access your content [4].

🌐 Sources

  1. kinsta.com - How to Fix a 403 Forbidden Error on Your Site
  2. hostinger.in - How to fix the “403 Forbidden” error in 2024
  3. support.google.com - I want solution of error 404 prblm.
  4. onely.com - How to Fix Blocked due to access forbidden (403) in GSC
  5. cloudways.com - How to Fix WordPress 404 Not Found Error
  6. dreamhost.com - How to Fix WordPress 403 Forbidden Error.