On Tuesday, January 25, 2011 7:16:03 PM UTC-5, Jean-Francois wrote: > > Hi, > > I have a website on App Engince with my own domain, for example > www.mywebsite.com > > User can create a space which becomes myuser.mywebsite.com > > Now, if my user wants to buy a custom domain name to have www.myuser.com > which forwards (but not visible) to myuser.mywebsite.com > > How can I do this ? > > The user will need to register myuser.com as a Google Apps domain, add the application to the domain, and setup a CNAME from www.myuser.com to ghs.google.com.
Then in your application you do the same sort of dispatching you need to get myuser.mywebsite.com to work, except using the whole hostname instead of just the subdomain to do the mapping. -- 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.
