Issue hooking up a .law / apex domain

Netlify Site Name: https://lemur-law-website.netlify.app/
Domain Name: https://lemur.law/

My issue is I can’t seem to get the https://www.lemur.law/ url with ‘www’ to work correctly. I can however get the url without the ‘www’ to work.

I have tried the following:

  • Added CNAME record - HOST: www.lemur.law VALUE: lemur-law-website.netlify.app.
  • Added ALIAS record - HOST: @ VALUE: apex-loadbalancer.netlify.com.
  • Removed the ALIAS record and replaced with A RECORD - HOST: @ VALUE: 75.2.60.5
  • I have tried setting / toggling the primary domain in the Netlify interface between the ‘www’ and non ‘www’ urls

I typically use Netlify’s provided DNS nameservers, but I’m unable to use those with a .law domain.

What am I missing? Any help would be appreciated.

Hi, @lspraue.

The CNAME record for www.lemur.law does not exist as shown here:

https://toolbox.googleapps.com/apps/dig/#CNAME/www.lemur.law

Until that is resolved the www subdomain won’t work at Netlify.

I looked at my CNAME record again and updated the host from www.lemur.law to www and that seemed to have worked!