On Mar 25, 3:36 pm, Stephen <[email protected]> wrote: > 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.
Sorry, just realised I misread your question. The above applies to sub- domains only, ie. foo.blogspot.com/bar.blogspot.com, not arbitrary domains. I don't think the latter is possible with giving lengthy instructions to the end user :-( -- 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.
