Got it, thanks again Marzia!

On Jan 6, 12:35 pm, Marzia Niccolai <[email protected]> wrote:
> Hi,
>
> This is a separate issue.  Google App Engine stopped supporting naked
> domains, and in order to get them to work at all, you would need to set up a
> 302 redirect to 'www' with your hosting 
> provider:http://code.google.com/appengine/kb/commontasks.html#naked_domain
>
> -Marzia
>
> On Tue, Jan 6, 2009 at 10:32 AM, Stirman <[email protected]> wrote:
>
> > Ahh, yeah that looks like it did it!  Thanks!
>
> > Also, not sure if it's related, but at some point my app stopped
> > working without the www. ?  Related?
>
> > On Jan 6, 11:50 am, Marzia Niccolai <[email protected]> wrote:
> > > Hi,
>
> > > This is due to the fact that you are missing:
>
> > > if __name__ == "__main__":
> > >   main()
>
> > > at the end of your application file.  It's due to the way that App Engine
> > > does App Caching:
> >http://code.google.com/appengine/docs/python/appcaching.html
>
> > > -Marzia
>
> > > On Tue, Jan 6, 2009 at 9:33 AM, Stirman <[email protected]> wrote:
>
> > > > My little GAE app:  http://www.mobaganda.com/
>
> > > > The first time you hit the page, it's  blank, refresh and everything
> > > > comes up fine?!  No errors in logs, nothing unusual going on with
> > > > data, no red flags anywhere... no idea why this happens?!
>
> > > > I get e-mails daily saying "mobaganda is down!!", but it's not.. it
> > > > just needs a page re-load, every time.
>
> > > > Any ideas as to why this would happen?  I don't even know how to start
> > > > debugging this!
>
> > > > Many thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to