Practical digital skills

Understand common web page errors

Separate missing pages, denied access and server failures so that you can choose a useful first check without unnecessarily clearing browser data.

Step-by-step guideUpdated
Follow the method ↓
A laptop showing a generic page error sits beside a router and an Ethernet cable

The answer in 30 seconds

A page that fails to load does not necessarily mean your computer is broken. First distinguish address, network, permission and remote-service problems.

An error message helps narrow the problem: 404 concerns a missing resource, 403 denied access and 5xx a server-side failure. Record the address and context before changing browser settings.

Examples to adapt

A 404 page

The site’s internal search may locate a resource that moved.

An error after payment

Check the confirmation and order status before submitting again.

Follow the method

  1. 1
    Record the message

    Keep the code, time and address without exposing private link parameters. A screenshot can help after removing sensitive information.

  2. 2
    Check the destination

    Find the page from the official homepage. An old link may fail while the rest of the site still works.

  3. 3
    Narrow the scope

    Try another page on the same site and then another familiar site. Avoid repeated reloads after a payment or submission.

  4. 4
    Choose the next step

    For private content, check the authorised account. For a server failure, wait or contact official support with the useful details.

A checklist to keep

Use these checks to record your observations. They are a reading aid, not an automatic assessment.

Understand common web page errors: checklist
CheckWhat to examineAction
404Resource not foundSearch from the homepage
403Access deniedCheck permission
429Too many requestsRespect the stated wait
5xxServer difficultyCheck and retry later

Download the CSV checklist

Free, no sign-up. UTF-8 text with semicolon-separated columns.

What to check

Do not bypass a certificate warning to force a connection.

Clearing all browser data is not a universal first step.

Interpret the message in context.

Common questions

Does 403 mean my account was hacked?

No. It indicates denied access, which has several possible causes.

Does a 500 error come from my computer?

It describes a server-side difficulty; local checks can only help narrow its scope.

Sources and documentation

Documentation consulted on . Examples are illustrative; interfaces and results may change.

Continue exploring

All English guides →