I think you need to create view for your controller. When you are local web2py allow generic.html view, but when you are "prod" it prevent the use of generic.SOMETHING because security hole it could causes.
My best guess. Richard On Thu, Jul 25, 2013 at 12:08 PM, Pierpaolo Da Fieno < [email protected]> wrote: > Hello to all. > while I was developing an application I came upon this strange behaviour: > > If I run web2py server on a public ip and I try to access a page with a > controller using crud, I get a 404 error. The same page is perfectly > working when I start the server on localhost. > I tried it both on windows and linux, trying to access from my local pc or > from an other ip, always with the same result. If I deploy with > anyserver.py it works. > > I'm really confused. Is this some kind of security feature or am I doing > something wrong? > > Thank you very much for the support. > > -- > > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

