disable appspot.com

265 views
Skip to first unread message

kal.domains

unread,
May 26, 2015, 9:24:52 AM5/26/15
to google-a...@googlegroups.com
I'm serving my app from a custom domain. I don't want it to be available at the appspot.com domain. What's the easiest way to achieve this? I'd like to be able to do it at the console level, but I have feeling I'll have to configure it in the app. The app is written in Java. Thanks. 

Barry Hunter

unread,
May 26, 2015, 9:35:39 AM5/26/15
to google-appengine
Yes, you need to do it at the App level. 

Can choose to serve redirects to the custom domain, or even return 400/404 status. 

On 26 May 2015 at 14:24, kal.domains <kal.d...@gmail.com> wrote:
I'm serving my app from a custom domain. I don't want it to be available at the appspot.com domain. What's the easiest way to achieve this? I'd like to be able to do it at the console level, but I have feeling I'll have to configure it in the app. The app is written in Java. Thanks. 

--
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 google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/cac1d583-366e-41a2-90c0-f97d622d19e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Anthony Shapley

unread,
May 26, 2015, 9:35:48 AM5/26/15
to google-a...@googlegroups.com
My understanding is, as you rightly said you need to configure this in the App. Personally I'd look for where the HTTP Request is coming from and then 301 redirect it to the page on your domain. A bit like if the request was coming from http://yourdomain.com instead of http://www.yourdomain.com.

Thanks
Ant
Reply all
Reply to author
Forward
0 new messages