[web2py] Re: routes_onerror doesn't redirect to a custom controller when an invalid request error is produced

2015-07-19 Thread ermolaev . icreator
++11 how regirect if function or controller not found?? invalid function invalid controller routes.py in app_folder not worked (( routes_onerror = [ ('*/404', 'my_app/deal/index'), ... not worked ( -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Re: routes_onerror doesn't redirect to a custom controller when an invalid request error is produced

2014-05-06 Thread Anthony
+1 On Tuesday, May 6, 2014 10:20:53 AM UTC-4, Carlos Fillol Sendra wrote: Imagine that I have an application called 'myapp' running in my local web2py server, and I include this in routes.py to manage HTTP errors using a custom controller (/myapp/portal/error_page): routes_onerror = [