How to use Google app engine with my own domain (not subdomain)?

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2009-05-03T19:36:06Z Indexed on 2010/03/22 17:21 UTC
Read the original article Hit count: 279

Filed under:
|

Hi all,

After hours of reading about and experimenting with DNS records I can access my Google app engine app via these URLs:

  • myappid.appspot.com
  • www.myappid.myowndomain.com

What does not work:

  • myowndomain.com
  • www.myowndomain.com

I want to be able to serve my app directly off my domain and not a subdomain. I've seen apps that do this. Is there any way to do this without a URL redirect?

Thanks, Mark

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about domain