Google's official word is that you should leave redirect to your domain registrar. But your domain ready naked I think you can test os.environ[''HTTP_HOST''] to see whether it is naked or not in your request handler, then do a http 301 redirect.
On Nov 4, 5:19 pm, Richie <[EMAIL PROTECTED]> wrote: > do you have any information on how to do this? > > Richie > > On 4 Nov., 21:14, yejun <[EMAIL PROTECTED]> wrote: > > > Naked domain is no longer supported by google. I think you'd better > > redirect anyone use naked domain to www. > > > On Nov 4, 3:13 pm, Richie <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > my application ishttp://www.eaglefeed.me > > > > Login from there works like a charme, but login fromhttp://eaglefeed.me > > > does not. > > > > from my sourcecode users.get_current_user() seem to return None after > > > login. > > > > what can I do about this? > > > > any help is appreciated. maybe someone could tell me, how to redirect > > > my users as a work around. > > > > Thanks in advance, > > > > Richie --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
