I have a domain from gandi.net, I\'m trying to make it point to my heroku app. I followed several tutorials and steps, I almost did it but I\'m getting this Access to ba
Gandi does NOT support ALIAS/ANAME. How to point both www subdomain and bare domain at your Herokuapp
@ 10800 IN A 217.70.184.38 #this is Gandi's IP address
www 10800 IN CNAME your-app.herokuapp.com.
To do it right, you would need an ALIAS record for the apex of your domain.
Gandi does not support ALIAS records yet, but you can vote for them to implement them here.
You need to get rid of the A records because Heroku no longer supports them. www.yourdomain.com
should still work with that config though.
If you want to point the naked domain at your app on Heroku then you'll need to create an ALIAS record and I'm not sure if Gandhi supports these.