I would like to use google app engine for my website.Now i guess appengine provides ulr like xyz.appengine.com.Now i want some good url for my wbesite.How do i do it?

link|improve this question
Usually picking a name that means something related to you website is a good start. – Chris S Sep 16 '10 at 15:21
feedback

closed as off topic by GregD, jscott, Chris S, Dennis Williamson, Warner Sep 16 '10 at 16:48

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

1 Answer

You can go on the hunt for a good and free domain name and register it. Then you can set up a CNAME entry for your new domain "foo.example.org" which points to "xyz.appengine.com".

If you don't want to buy a domain but you want to live with a free subdomain, then you might want to check out http://freedns.afraid.org/

Regards

link|improve this answer
feedback