when you set routes (probably you used the default_application) you can't distinguish from a request coming to /a/b/c/d if is a /default_app/a/b/c/d or an /application/b/c/d .
default_applications means that you'd like to have /testpostgres/default/index as an actual /default_app/testpostgres(thecontroller)/default(thefunction)/index(thearg) Things can be mitigated further tuning the routes giving a list of functions for the default_controller, but the basic functionality for the basic routing you probably set up poses those kind of "can't distinguish if it's an app or a controller" problem ^_^ -- --- 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.

