Hacker News new | ask | show | jobs
by rza 4509 days ago
I thought about adding an edit in there to clarify you could do that, but I think the points remain that in the end, you still end up with www. in the URL bar.
1 comments

The real reason is because you cannot add a CNAME record using the zone apex.

AWS gets away with this afaik with some magic to point to the IP address for the loadbalancer that would serve your content.

Techincally you can find the IP address for your GAE subdomain and add an A record for your apex domain, but keep in mind that this is a bad idea.