Troubleshooting guide · website-errors · Published 2026-08-15 · 4 min read

Website unreachable in one region

Website unreachable in one region: test DNS answers, CDN edges and geo rules, and fix a region that times out or errors for real visitors.

Region failure is never random

A site that loads in Manchester but fails in Milan has a separate cause from a site that fails everywhere. When a failure is regional, the interesting changes are geographic: the DNS answers for that region, the CDN edge that served it, or a geo rule that blocks it. No server crash produces a country-only outage.

What changes by location:

Test with the right eyes

Do not reproduce from your own browser; your computer sits in the working region. Use tools that probe from others.

ProbeWhat it testsWho
Uptime checks in other countriesLoad success/failSome monitoring tools
Online ping from regionPing and routePublic tools
CDN edge statusEdge availabilityCDN dashboard
DNS lookups from a remote enThe answer for that regionPublic resolver

Read the CDN map

Turn the failing IP into a location. The CDN's control panel shows which edge serves a given region, and Cloudflare shows the data center used for the request. If the edge for that region is down or degraded, the site reflects it exactly.

Then probe the DNS the regional clients receive: dig @8.8.8.8 example.com, @1.1.1.1, and the regional resolver. If the answers differ, a cleanup geo record, or a record that was meant to be changed but still points at an old origin, is likely the cause.

Geo rules and firewalls

If the DNS and the edge are both healthy, the failure is policy. Ways a site gets geo-blocked by accident:

Order of the check:

  1. Ask a person inside the region to visit and report the error. The exact code (522, 403, timeout) halves the work.
  2. Test the raw origin from that region, bypassing the CDN. If it loads, the block is in the edge or DNS; if it fails too, the block is at the origin or its firewall.
  3. Read the security rules in the CDN: Cloudflare's WAF rules, and the host's .htaccess allowlists.
  4. Confirm the domain's health records and the origin's IP are not geo-denied.

Loads but slowly only in that region

A site that "is down" in a region is often only slow there. The difference: where there is no local CDN edge, HTML and assets travel the whole route, and a page that is heavy on transfers or round trips fails and times out at the far end even when the same page renders instantly at home. The fixes are immediate and lasting:

Prevention

When a single country fails

If one specific country is affected and it is not a regional ISP issue, check the domain record and the shared host's country block: both are common causes on smaller plans, and both are fixed at the DNS, rule, or hosting layer, not in the application code.

Need a website built, fixed, optimised, migrated or replaced?

This technical resource is written by CSMBAC, a small design and development studio. If you would rather hand the problem to a professional, the website service page explains how we build enquiry-ready websites.

Explore website services