You won't be able to access your application on the "naked" domain (at 
least not currently). You'll always need to redirect the client browser 
from the naked domain to a particular hostname (e.g., "www"), and the 
hostname is used to route requests to your App Engine application (note 
that you can use a wildcard to route all hostnames to your app). Google 
Apps does have a built-in mechanism to perform this redirect.

It's hard to find stuff in the Apps console and they keep moving things 
around. App Engine things (domains, SSL, host mappings) tend to get buried. 
Try going to the following url to see the naked domain redirection 
configuration (after auth'ing to the appropriate domain at 
http://www.google.com/a/[your-domain.com]):

  https://admin.google.com/AdminHome?pli=1&fral=1#Domains:

(I just clicked the Domains button to get to the above link in case that 
direct link doesn't work.)

j

On Thursday, 5 December 2013 20:33:38 UTC-6, [email protected] wrote:
>
> Hello!  I'm a complete beginner to Google App Engine, so this might be a 
> very stupid question.  
>
> I just created my first app on GAE (Python).  I went to the Dashboard for 
> this app and went to Add New Domain.  I signed up for Google Apps, 
> registering for a custom domain name through Google.  Then I went to Add 
> New URL for the app and put in "www" before the custom domain name (you had 
> to put something before the domain name).  Now I can access my app at 
> www.customdomain.com, but not at customdomain.com.  
>
> I'm thinking that the problem might be related to steps 6-9 on this page: 
> https://developers.google.com/appengine/docs/domain.  But in step 6, I 
> can't find the "Service Settings" button.  This guide seems to correspond 
> to an older version of GAE.
>
> Any help is greatly appreciated!  Thank you very much!
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to