On 12 May 2014 23:13, Gitted <sahmed1...@gmail.com> wrote:

>
> If my application is hosted on appengine, will it allow me to create the
> following:
>
> 1. Each customer will have their own subdomain like:
>
>     customer1.example.com
>

Can set this up, in the new cloud console
http://stackoverflow.com/questions/22993969/how-do-i-use-a-naked-apex-domain-with-app-engine
(thats talking about for naked domains, but the same procedure should wor
for any domain - even its technically a subdomain)

Not sure if can setup a wild-card mapping, or will have to do it for each
individual subdomain.

... you will first have to validate example.com, but the page should walk
you though it.



>
>
> 2. Each customer will point their own custom domain name (DNS A-Record I
> believe) to my app-engine-app:
>
>    www.custom-domain1.com  => app-engine app
>

This can again be done via the same process as above. You will need to work
with the owner to verify the domain so you can use it.

while it can sort of work by adding a A record, it would be better done as
a CNAME record, again the cloud console page will give you the settings.






>
>
> Is this possible currently?
>
>
> Thanks!
>
> --
> 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/d/optout.
>

-- 
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/d/optout.

Reply via email to