← Back to Website not loading

Likely fix

Fix: 404 page not found

A 404 error means the server is reachable, but the specific page URL does not exist at that address.

Quick answer

Check the URL for typos, remove extra path parts, search the site, or go to the homepage. If you own the site, add a redirect or restore the missing page.

Important warning

A 404 is not always a server outage. It often means only that specific page URL is missing.

Try this

  1. 1 Check the URL for spelling mistakes.
  2. 2 Remove anything after the domain and try the homepage.
  3. 3 Use the website search if available.
  4. 4 Try finding the page from the site navigation.
  5. 5 If the link came from another site, it may be old.
  6. 6 If you own the website, check whether the page was deleted, moved, or renamed.
  7. 7 Add a 301 redirect from the old URL to the closest useful new page.

Common causes

Page was deleted.

URL was changed.

Link has a typo.

Old backlink points to removed content.

Website migration did not include redirects.

Slug or route changed.

What to check next

  • Check whether the homepage loads.
  • Check whether the URL has an extra slash or typo.
  • Check whether the page was renamed.
  • Check old backlinks or redirects if you own the site.
  • Check whether similar pages still exist.

FAQ

What does 404 page not found mean?

It means the server is reachable, but the exact page URL does not exist.

Is a 404 the same as a website being down?

No. A 404 usually means one page is missing, while the website itself may still be working.

How do I fix old 404 links on my own website?

Add 301 redirects from old URLs to the most relevant current pages, or restore the missing page if it should still exist.

Related fixes