[web2py] Re: routes_apps_raw=['myapp'] and associated problems

2011-01-01 Thread Arun K.Rajeevan
apart from setting, routes_apps_raw=['init'] I've these changes to routs.py routes_in = ( (r'.*:/favicon.ico', r'/init/static/favicon.ico'), (r'.*:/robots.txt', r'/init/static/robots.txt'), (r'.*(php|PHP|asp|ASP|jsp|JSP)', r'/jammer/default/index'), )

Re: [web2py] Re: routes_apps_raw=['myapp'] and associated problems

2011-01-01 Thread Jonathan Lundell
On Jan 1, 2011, at 10:33 AM, Arun K.Rajeevan wrote: apart from setting, routes_apps_raw=['init'] I've these changes to routs.py routes_in = ( (r'.*:/favicon.ico', r'/init/static/favicon.ico'), (r'.*:/robots.txt', r'/init/static/robots.txt'),

Re: [web2py] Re: routes_apps_raw=['myapp'] and associated problems

2011-01-01 Thread Arun K.Rajeevan
Sorry, I can't find that post. can you give a link to that post, please?