Hi, I have a domain (xyz.com) that I’m trying to set up Google App Engine on. I bought the domain through DreamHost and set it to Google Hosted.
Unfortunately GAE doesn’t allow you to use just the naked domain (xyz.com); you have to use it with a subdomain (www.xyz.com).
So what I need to do is this: I need to have my base domain (xyz.com) fully hosted by DreamHost so I can put a redirect there. I need to have www.xyz.com as a CNAME record to ghs.google.com.
Unfortunately currently it seems I can either fully host it through DreamHost (in which case www.xyz.com is a non-editable CNAME to DreamHost) or I can Google host it (in which case the base domain points to Google and they stall out with a 404 when the user browses to http://xyz.com/).
Thanks for any help you can give.