I'm inclined to go with .com. Any preferences?
jeff
> --
> You received this message because you are subscribed to the Google Groups
> "PyWhip" group.
> To post to this group, send email to pyw...@googlegroups.com.
> To unsubscribe from this group, send email to
> pywhip+un...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/pywhip?hl=en.
>
>
jeff
Actually, .net is good to have too.
Done. The only problem is we aren't giving a clear indication that
pykata.org is the correct name. Maybe later I will add a special page
for that re-direct, so anyone visiting pykata.com will read a short
message and click a link to get to pykata.org.
I've removed the masking feature, so now when you go to either
pykata.org or pykata.com, you see in the address bar
pykata.appspot.com. I don't know if it is possible to have both our
preferred name in the address bar and no problem with logins. If
someone would like to explore that possibility, I'll leave issue 6
open.
Many thanks to one of our students, John Hergenroeder, for figuring
this out.
Here is what I did last year
1. I created a GAE app ( http://bit-proxy.appspot.com ),
2. I went to a free subdomain provider( http://co.cc) and procured a
name bitproxy.(in pyKata case this was paid and was Domains Made Easy)
3. I signed into Google apps with my domain (bitproxy.co.cc).
4. In the app engine application settings, I entered the domain name
in Add Domain section. (GAE will guide you from now)
5. Now in co.cc I created a CNAME record with host www.bitproxy.co.cc
and value set to ghs.google.com.
Its working fine (check http://www.bitproxy.co.cc ) but since its a
free service Iit does not provide mapping naked domain( http://bitproxy.co.cc)
to the GAE app and thus the naked domain shows a co.cc page with a
link to the www CNAME record. I think in pyKata's case this may not be
a problem. I hope this works for pyKata.
Abhishek Anand
On Apr 3, 9:23 pm, David MacQuigg <macqu...@box67.com> wrote:
> I've encountered one other problem with our domain names (see issue 6
> in our bug trackerhttp://code.google.com/p/pykata/issues/list). Our
www.pkyata.org. 3600 IN CNAME ghs.google.com.
I've also added pykata.org to the domains in GAE application settings
for pykata.
Now when I go to http://www.pykata.org, I get an error from Google - the
requested URL was not found on this server. Google's setup was a bit
confusing, so I may have to review that when I get more time.
-- Dave