DNS configuration with external domain

Hey @Graphandco

Currently, I see the www subdomain is pointing to graphandco-next.netlify.app which is correct. The apex graphandco.com is currently pointing to 217.160.0.113 instead of Netlify’s load balancer IP or hostname as outlined in this documentation.

The current configuration is leading to an infinite loop as the subdomain redirects to the apex and vice versa

HTTP/1.1 301 Moved Permanently
Age: 19
Cache-Control: public, max-age=0, must-revalidate
Content-Length: 42
Content-Type: text/plain
Date: Sun, 17 Apr 2022 12:03:13 GMT
Location: https://www.graphandco.com/   # Requests apex
Server: Netlify
X-Nf-Request-Id: 01G0VPG7CHFYHZSC6B615KXJNX

HTTP/2 301
age: 20
cache-control: public, max-age=0, must-revalidate
content-type: text/plain
date: Sun, 17 Apr 2022 12:03:11 GMT
location: https://graphandco.com/      # Requests www subdomain
server: Netlify
strict-transport-security: max-age=31536000
x-nf-request-id: 01G0VPG7EXQXEAVDZAEHANW800
content-length: 38

In terms of configuring Netlify DNS I suggest first reading [Support Guide] Should I use Netlify to manage my DNS? to determine if this is the best option for you, followed by [Support Guide] How do I migrate a domain to Netlify DNS with zero downtime? which shows how to ensure WordPress doesn’t break (hopefully.)

Many other DNS resources are listed in [Support Guide] Compiled resources for custom domains on Netlify and DNS settings -- start here! too.

If you have any further questions or issues, don’t hesitate to reply.