Root domains are aesthetically pleasing, but the nature of DNS prevents them from being a robust solution for web apps. Root domains don't allow CNAMEs, which requires hardcoding IP addresses, which in turn prevents flexibility on updates to IPs which may need to change over time to handle new load or divert denial-of-service attacks.
We strongly recommend against using root domains. Use a subdomain that can be CNAME aliased to
proxy.heroku.com, and avoid ever manually entering IPs into your DNS configuration. We also recommend a low TTL value, which will allow Heroku network engineers to quickly make changes to DNS mapping when necessary.
There's a cost to use a root domain (eg. example.com, but not www.example.com).
I've always been suspicious of those, it's good to know there was a reason why...
Posted by: Kevin G. | May 29, 2011 at 04:24 PM