Hello,

I am developing my application on GoogleAppEngine & I want to know
that how can I provide different domain names to different version of
an application.

Suppost my application is  "app1"  having two versions "1" (Default)
and "beta".Now these version can be accessible as :

version "1"  of app1 at :  http://app1.appspot.com
version "beta"  of app1 at :  http://beta.latest.app1.appspot.com

I want to associate these with my custom domain "mydomain.com", such
that :
            version "1"  of app1 at :  http://mydomain.com
            version "beta"  of app1 at :  http://beta.mydomain.com

I am able to make first association i.e http://mydomain.com for
version "1" but don't know how to associate "http://beta.mydomain.com";
with "beta" version.......

So please tell me how can I associate different subdomain with
different versions of same application and Even is it possible or
not...??

I will be very great full for any guidance as I have already googled a
lot but not found any relevant detail so far and stucked at this
point...

Thanks.

-- 
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.

Reply via email to