There's no way to assign a subdomain to a specific version of an app. The most practical solution to host a "beta" version like this is to install both versions of your software within the same app, and control the difference with URL path mapping.
You could create a second app, associate it with a subdomain in Google Apps (such as beta.howsfvotes.com), then deploy the beta version to the new app. The new app will not be able to access the datastore of the original app, though. -- Dan On Wed, Jan 21, 2009 at 10:53 AM, Jesse <[email protected]> wrote: > > Hi, > > I am deploying a beta version of my app. The domain is listed as > 2a.latest....appspot.com. My main app is hosted at www.howsfvotes.com. > I would like a way to deploy the beta version on a subdomain of > howsfvotes.com. One reason is that I have a Google Maps API key that > is only valid for howsfvotes.com. Is there a way to do this? Thanks, > > Jesse > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
