I have a domain loading in a web browser using Heroku and Google Domains. Right now the domain loads with a www: http://www. XXX .com.
If I enter the URL w/o the WWW like http:// XXX .com I get the following error in Chrome: "XXX.com’s server DNS address could not be found"
What do I need to do so that the following happens:
- This loads - http:// mydomain.com
- http://www. mydomain.com redirects to http:// mydomain.com
Thank you