look into routes.example.py

in short. create a file called web2py/routes.py that contains:

routes_in=[]
routes_out=[]
routes_onerror = [('*/404', '/yourapp/static/404.html')]

Massimo


On Nov 29, 6:53 pm, kev <[EMAIL PROTECTED]> wrote:
> Hello,
> I am a bit confused on how to route page to 404 error page instead of
> displaying "invalid constructor" or "invalid function".
>
> How would you route all page not found to 404.html?
>
> Thanks,
> Kevin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to