Hacker News new | ask | show | jobs
by notahacker 4074 days ago
Does your setup solve the awkwardness with configuring the root domain at http://example.com to point to Heroku?

Does the hosting autoscale or is it a basic one dyno (or share of a limited number of dynos) setup?

1 comments

Nope! Customers don't have to do any setup. All of it is handled automatically. We use Namecheap's API to forward your root domain to www, and then point your www CNAME to a subdomain on claimyourname. That configuration tells the app which site to serve up.
So it doesn't support root domains? Using a root domain on Herkou requires configuring some non-standard record (I think it is ANAME).

It's something that annoyed me about Heroku because a lot of people prefer the non-www version of their domain as canonical these days.