How to configure custom domain for Google App Engine


Please watch video for instructions.
Below you can find additional useful information during the setup.

‘A’ and "AAAA" entries for your domain

Please setup those records in DNS settings panel in your domain provider website.
Please remove default DNS settings preconfigured by our domain provider, if needed.

HOSTRECORD TYPEVALUE
@A216.239.32.21
@A216.239.34.21
@A216.239.36.21
@A216.239.38.21
@AAAA2001:4860:4802:32::15
@AAAA2001:4860:4802:34::15
@AAAA2001:4860:4802:36::15
@AAAA2001:4860:4802:38::15

How to setup "www" subdomain for your domain (ex. www.domain.com)

To setup "www" subdomain for your domain, please go to http://admin.google.com and open "App Engine apps" section.
NOTICE: "App Engine apps" section  is not visible dy default on admin panel. Please add it by clicking "MORE CONTROLS" at the bottom of the page.



In "App Engine apps" please add your Google App Engine application (using it's ID), and then click "Add new URL" and add "www.your-domain" (as below).



NOTICE:
After domain is configured, it may take some time before all DNS servers will catch up the configuration. In the meantime domain may not working properly - ex. random request may return HTTP 404 (HTTP Not Found).
You may also want to flush DNS cache on your computer.
Windows:
c:\> ipconfig /flushdns
Linux
$ sudo /etc/init.d/nscd restart

Komentarze

Popularne posty z tego bloga

How to start developing Google App Engine applications

How to deploy Ruby on Rails application on Google Compute Engine

Geospatial Queries with Google Cloud Datastore (Java)