Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to map my (naked) domain to an app.

I found this.

I'd like to map my app to http://myurl.com (also known as a naked domain).

Due to recent changes, Google App Engine no longer supports mapping your app to a naked domain. If your domain registrar supports URL redirects, you can redirect from http://yourdomain.com to your app, which can be served from domains like http://www.yourdomain.com or http://appid.yourdomain.com.

For instructions on how to configure a redirect for your Google Apps domain, please see the article on URL forwarding.

Now I'd like not to resort to redirection. I understand udacity.com is hosted on appengine and they seem to use a naked domain.

So, I;m hoping this is just typical bad documentation or not updated. Does anybody have any info on how Udacity solves this problem or how could I produce such a behaviour?

share|improve this question
udacity.com redirects to www.udacity.com – Shay Erlichmen Jun 6 '12 at 12:39
Yea, I just noticed that a second ago -.- – Calin Paul Alexandru Jun 6 '12 at 12:41
The docs are pretty clear - you can't map naked domains. Google Apps now has support for doing the redirect for you, though. – Nick Johnson Jun 7 '12 at 0:25
possible duplicate of How to use Google app engine with my own domain (not subdomain)? – Wooble Jun 19 '12 at 17:47

1 Answer

up vote 1 down vote accepted

AFAIK AppEngine cannot be map to a naked domain, you can have a proxy mapped on your naked domain they will proxy into the application.

What most applications do is use forward from the naked domain to www where the application is mapped. GoDaddy supports that GoogleApps supports that and various other free and paid DNS services support that.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.