I have a domain name purchased via google domains. I want to point it to my app engine instance. In the "custom domains" settings tab in the app engine console, I have the following:
I want both the "bare" and "www" flavors to point to my app engine instance:
http://example.com
http://www.example.com
I'm not sure which option to use for step #2 to get that to work?
Thanks
You'd be following the Adding a custom domain for your application procedure, with focus on section 4:
You need to specifically add both the naked domain and the
www
subdomain, explicitly, by running the entire section 4 twice, once selecting 4c and once selecting 4b, respectively.To do that at step #2 (in the
Add a custom domain
screen illustrated in your image) you first select the 1st radiobutton, forhttp://example.com
and clickAdd
. Unfortunately you don't see this addition displayed anywhere in the developer console (AFAIK). When the custom domain config was done through Google Apps the naked domain was visible explicitly, but that's no longer available.Then come back at the
Add a custom domain
screen and at step #2 select the 2nd radiobutton, fill inwww
in the text input area (if needed), selectexample.com
from the dropdown list (if needed) and clickAdd
. This affffdition should cause a new entry to be listed in theCustom Domain
main screen (the parent screen), with awww.example.com
Custom domain name and awww
Alias.This should be all (it may take a while for the DNS changes to propagate to your machine so that you can verify the effects, the doc mentions up to 24h).