[web2py] Crud on public interface

2013-07-25 Thread Pierpaolo Da Fieno
Hello to everyone. I came upon this strange behaviour: If web2py is running on a public interface and you try to access a page which uses Crud a 404 error will pop up. The same page works perfectly if the server runs on localhost. I tried the thing on both linux and windows with the same resul

[web2py] Crud on public ip

2013-07-25 Thread Pierpaolo Da Fieno
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 wi