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?
Another solution which is given by Google is URL forwarding: http://www.google.com/support/a/bin/answer.py?hl=en-in&answer=61057