(Çıplak) etki alanımı bir uygulamaya eşlemeye çalışıyorum.
Bunu buldum:
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.
Yeniden yönlendirmeye başvurmamak istiyorum. Udacity.com'un appengine'de barındırıldığını ve çıplak bir etki alanı kullandıkları anlaşılıyor.
Bu yüzden umarım bu sadece tipik bir kötü dokümantasyondur veya güncellenmemiştir. Udacity'nin bu problemi nasıl çözdüğü hakkında herhangi bir bilgisi olan var mı veya nasıl böyle bir davranış üretebilirim?
developers.google.com/appengine/docs/domain Bu işe yaramıyor mu?
—
HackToHell