Hi All, I have spent a full day trying to make simple routing work. Please, I have tried all the routers and read everything I can. Could anyone please help?
Apache / wsgi standard setup without any changes. Single instance of web2py Two domains and two apps: domain1.com -> app1 domain2.com -> app2 One other URL renaming pattern: plugin_wiki -> prettyurl Tests: domain1.com/prettyurl/page/home -> /app1/plugin_wiki/page/home domain2.com/prettyurl/page/home -> /app2/plugin_wiki/page/home domain2.com/default/myfunc -> /app2/default/myfunc This is such a standard requirement, surely it cannot be so difficult?? Regards, David --

