On Mar 24, 3:58 pm, enes akar <[email protected]> wrote: > Hi; > > I have an app -engine application with a custom domain. > It works, no problem. > > I want to let my users "direct their own domains" to my application. > This is a service like the blogger.
Support was recently added for wildcard custom subdomains: http://code.google.com/appengine/docs/domain.html Your users will still have to map their own DNS CNAME, but you can now examine the HTTP_HOST variable in your request handler to figure out which content to serve. -- 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.
