DNS points to the wrong place
A, AAAA, CNAME or nameserver records can still reference an old server or an unintended target.
A domain can resolve to the wrong server, HTTPS can break after a migration, email can stop delivering or a proxy can hide the real origin of an outage. We trace the problem from DNS records to the web server and the services around it.
Hosting and DNS issues often look similar from the browser, but the fix depends on the layer that is actually failing.
A, AAAA, CNAME or nameserver records can still reference an old server or an unintended target.
Certificate issuance, proxy mode, origin configuration or an incomplete HTTPS migration can break access.
Cloudflare or another proxy can cache errors, hide the origin problem or introduce redirect loops.
The domain resolves correctly but the origin is unavailable, overloaded or misconfigured.
MX, SPF, DKIM or DMARC changes can affect delivery even when the website itself works.
DNS, SSL, redirects, cron jobs or application configuration may still depend on the previous environment.
We start from the public symptom and move inward until the failing layer is identified.
Review nameservers, records, TTLs and the addresses returned from multiple resolvers.
Check HTTPS, certificates, redirects, proxy mode and whether the origin responds as expected.
Review web server, PHP or application processes, logs, resource pressure and filesystem permissions where relevant.
Email, cron, external APIs, storage or database connections are verified when they are part of the incident.
We correct the failing configuration, then retest DNS, HTTPS and the application from the public side.
The exact list depends on the provider and architecture, but these are the most common points.
The goal is a domain that resolves consistently, reaches the intended origin, serves valid HTTPS and keeps dependent services working after the change.
Send the domain and a short description of what changed. We can start from the public DNS and HTTPS path.