Domain "masking" isn't achieved within the DNS proto itself. To do this, basically, you need to stand-up a webserver that serves out a frameset to the actual domain. (GoDaddy does this for you under the hood.)
You could do this on App Engine by creating a separate module that serves the frameset and then using dispatch.yaml to route requests for abc.com to this module that serves the iframe for xyz.com. That said, domain "masking" is super-yuchy and totally breaks bookmarking. Don't do it. ;) On Tuesday, 27 October 2015 10:32:56 UTC-7, Gaurav Nanda wrote: > > Hi, > > This may not be the right forum to ask, but someone might have some info. > > I recently bought a domain name from "Google domains" say "abc.com". I > want to forward "abc.com" to some "xyz.com" *without* changing the URL > address. I know I could do that in GoDaddy, there was simple option to > mask. However, I don't see it in Google Domain. > > I am sure, im missing something. Could someone tell how could we do it. > > Thanks, > Gaurav Nanda > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/847c6b39-c884-4841-8013-d2daa2c3ceda%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
