[google-appengine] Re: How do I redirect www.domain.com to domain.com

2016-09-23 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Kijan,

What you're describing is called a "naked domain", and this is described in 
the documentation 

 
on Custom Domains.

Cheers,

Nick
Cloud Platform Community Support

On Thursday, September 22, 2016 at 9:11:00 AM UTC-4, Kijan maharjan wrote:
>
> @richie How can we use only one domain without www. or may be to redirect 
> www to non www.
>
>
>
> On Thursday, July 24, 2008 at 3:04:08 AM UTC+5:45, Richie wrote:
>>
>> I hope this post will answer most common questions: 
>>
>> to redirect mydomain.tld and www.mydomain.tld to myapp.appspot.com you 
>> have to own the domain and have the possibility to edit your dns 
>> records. 
>>
>> Enable Google Apps for your GAE-app. Set mydomain.tld as the domain. 
>> (GAE-admin console) 
>>
>> Add URLs http://mydomain.tld and http://www.mydomain.tld for Google 
>> App Engine. (Google Apps admin console) 
>>
>> Go to your DomainServer. 
>>
>> Add an A-record vor mydomain.tld like discripted here. 
>> http://www.google.com/support/a/bin/answer.py?answer=91080 
>>
>> Add a CNAME-record for www.mydomain.tld to ghs.google.com like written 
>> here. http://www.google.com/support/a/bin/answer.py?answer=47283 
>>
>> Add a CNAME-record for something like 
>> googlefffggghhh12345.mydomain.tld to google.com (see last link) 
>>
>> Let Google Apps check your settings. 
>>
>> now you can these urls show the same GAE-app: 
>>
>> http://myapp.appspot.com 
>> http://mydomain.tld 
>> http://www.mydomain.tld 
>>
>>
>> have fun, 
>>
>> Richie 
>> http://eaglefeed.me 
>>
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ef8cf6c3-0421-4528-b959-5ae0f301e658%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How do I redirect www.domain.com to domain.com

2016-09-22 Thread Kijan maharjan
@richie How can we use only one domain without www. or may be to redirect 
www to non www.



On Thursday, July 24, 2008 at 3:04:08 AM UTC+5:45, Richie wrote:
>
> I hope this post will answer most common questions: 
>
> to redirect mydomain.tld and www.mydomain.tld to myapp.appspot.com you 
> have to own the domain and have the possibility to edit your dns 
> records. 
>
> Enable Google Apps for your GAE-app. Set mydomain.tld as the domain. 
> (GAE-admin console) 
>
> Add URLs http://mydomain.tld and http://www.mydomain.tld for Google 
> App Engine. (Google Apps admin console) 
>
> Go to your DomainServer. 
>
> Add an A-record vor mydomain.tld like discripted here. 
> http://www.google.com/support/a/bin/answer.py?answer=91080 
>
> Add a CNAME-record for www.mydomain.tld to ghs.google.com like written 
> here. http://www.google.com/support/a/bin/answer.py?answer=47283 
>
> Add a CNAME-record for something like 
> googlefffggghhh12345.mydomain.tld to google.com (see last link) 
>
> Let Google Apps check your settings. 
>
> now you can these urls show the same GAE-app: 
>
> http://myapp.appspot.com 
> http://mydomain.tld 
> http://www.mydomain.tld 
>
>
> have fun, 
>
> Richie 
> http://eaglefeed.me 
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/36c86641-b771-4f0f-88dd-0d49f9cbd3c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.