Get an appengine website without www

Is there a way to configure the appengine web application to deploy to a website without entering a user type in www.url.com?

I deployed it before www.url.com, but it url.comdoesn’t work.

Is this possible with appengine?

+5
source share
1 answer

AppEngine does not currently support bare domains.

The best thing you can do right now is to configure your bare domain name to automatically redirect to www. version.

Useful links:

Google code error requesting support for naked domains

Nick Johnson's explanation of why there is a limitation

+6
source

All Articles