I have registered a domain with godaddy. This points to a sub domain on app spot (google app engine).

When i visit my domain I see the blah.appspot.com rather than mydomain.com

Can I hide the app spot url somehow?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Did you purchase your Domain through Google Apps?

http://code.google.com/appengine/docs/domain.html

link|improve this answer
feedback

The answer to your problems isn't domain masking. If you have GoDaddy, you can set this up without hurting your site's SEO with domain masking.

Basically, you need to do the following:

  • Add your domain to App Engine's Administration section.
  • Add your AppEngine project to your Google Apps panel.

If you purchased your domain through Google and GoDaddy, your A records should look as follows:

   216.239.32.21      @
   216.239.34.21      @
   216.239.36.21      @
   216.239.38.21      @

Your CNAME should have:

   www              ghs.google.com

In Google Apps, you can then configure the subdomain www to point to the App Engine project.

This is the recommended way of configuring your application for your domain. Here is the link again: http://code.google.com/appengine/docs/domain.html

Note that if you don't have Google Apps, you just have to prove to Google that you own the domain.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.