Troubleshoot 403, 404, 500 and resource-limit errors Print

  • 0

Start with the exact status code and time. Random changes often hide the real cause and make recovery harder.

Steps

  1. Test in a private window and another network. Confirm the domain resolves correctly and the hosting service is Active.
  2. Open cPanel → Metrics → Errors and Resource Usage. Match entries to the failure time; also check disk and inode usage.
  3. For 404, verify the document root, filename and rewrite rules. For 403, check permissions and security rules. For 500, review PHP errors, .htaccess and the most recent code change.
  4. Temporarily disable only the suspected plugin, rule or change. Do not rename or delete the whole site. Restore a known-good backup if the failure followed an update.
  5. If limits are repeatedly reached, reduce abusive traffic, optimize the application and scheduled jobs, then contact support with the URL, UTC time, code and error-log excerpt.

Verify the result

The page should work repeatedly while Errors and Resource Usage remain clear. Re-enable components one at a time to prove the cause.

Important: Do not paste passwords, full configuration files or customer data into a support ticket. Redact secrets from logs.

Was this answer helpful?

« Back