On Mon, Aug 12, 2013 at 10:12 AM, diego . <diegui...@gmail.com> wrote:

> im using a custom domain in my GAE app
> www.mysuperapp.com --> mysuperapp.appspot.com (this is working i created
> a CNAME and point it to ghs..)
> but i also want to give my customers the possibility to use their custom
> domains and or a subdomain in my application eg:
>
> customer.mysuperapp.com --> www.mysuperapp.com (this one works too)
> www.customer.com --> www.mysuperapp.com (not working. i tried creating a
> CNAME and point it to ww.mysuperapp.com  but im getting google "*404.* That’s
> an error."
> www.mysuperapp.com will handle all the requests and extract the customer
> name from the domain or subdomain and serve the appropiate content
>
> it is possible to do this?
>



You can do arbitrary subdomains off your domain by using wildcard
subdomains on your domain's DNS, and mapping them to your App Engine
account.

For customer domains, each customer would need a Google Apps account and
then you'd have to connect it through the Google Apps console. It's a much,
much harder problem that just doing subdomains off your main domain.
There's a feature request up for easier management of domains: see
http://code.google.com/p/googleappengine/issues/detail?id=8528


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to