I'm not sure, but I think if you have routes_app, it will ignore routes_in and routes_out in the root routes.py if the request is for one of the apps in routes_app. If you're using routes_app, then you also need routes.py files within the specific application folders as well.
Anthony On Friday, March 16, 2012 6:46:35 PM UTC-4, rdodev wrote: > > Paste of routes.py that lives in web2py root folder. > http://dpaste.com/717611/ > > On Friday, March 16, 2012 6:25:30 PM UTC-4, Anthony wrote: >> >> To be clear, you have a file called "routes.py" in your root /web2py >> folder? Can you show the contents? What are you expecting, and what are you >> seeing instead? >> >> On Friday, March 16, 2012 4:57:48 PM UTC-4, rdodev wrote: >>> >>> Hey all, >>> >>> I have renamed (and edited) routes.py for both incoming and outgoing >>> urls. I have tried messing up with the url tuples and it looks as if web2py >>> is just not picking that up at all. I have restarted web2py server, I have >>> tried changed in the controllers (and does changes are picked up), byt no >>> matter what I do to routes.py it just doesn't work (as in, web2py doesn't >>> seem to be picking it up). Thanks in advance for your help. >>> >>> >>>