How do I fix a "404 Not Found" error? Print

  • 0

A 404 means the requested page or file does not exist at that path. Check the URL carefully first — Linux servers are case-sensitive, so Page.html and page.html are different.

  1. In cPanel File Manager, confirm the file is uploaded to public_html in the exact name and folder you expect.
  2. For WordPress, go to Settings > Permalinks and click Save to rebuild rewrite rules.
  3. Check your .htaccess for broken rewrite rules; rename it to test.
  4. If you moved or renamed pages, add a 301 redirect in cPanel Redirects.

If a file clearly exists but still 404s, open a ticket.


Was this answer helpful?

« Back