Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an application on Google App Engine which I would like to access using my custom domain. I have a new domain that I just registered and I successfully set it up with Google Apps: forwardfour.com.

However, I set this up using as the primary domain for email hosting. I would really like to host this application from a second domain that I just registered and setup as another domain (not a domain alias) within the same Google Apps account. The domain is ffstatic.com.

I've deployed the latest version of my app on Google App Engine and I followed Google's documentation to add a subdomain for ffstatic.com. I created a user whose login is somename@ffstatic.com, and I login as that user to link to that domain.

However, I am only given the option to add a subdomain for my primary domain, forwardfour.com, even though I entered ffstatic.com into the App Engine console to create a subdomain. No where am I given the option to create a subdomain for ffstatic.com, even though it is a verified domain.

Does anyone know why I cannot do this? I've heard that it can be done.

Thank you for your time.

share|improve this question

1 Answer

up vote 5 down vote accepted

I believe it is currently possible to add a custom domain mapping on either Primary Domain or Alias.

You'll have to remove ffstatic.com as a secondary domain and re-add it as alias.

share|improve this answer
Alex is correct - alternate/secondary domains are not currently supported. This is something we intend to fix, in the meantime you may want to start this issue: code.google.com/p/googleappengine/issues/detail?id=6545 – Peter McKenzie May 26 '12 at 2:52
Thank you, Alex. I had time to check it again, and your solution worked like a charm! – spryno724 May 30 '12 at 21:29
I have run into the same issue. However for other reasons the domain cannot be an alias. Is there another way around this. Or has it been fixed in the last 8 months? – user1474424 Jan 10 at 4:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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