Just to confirm, you are restarting the web server, yes? On Mar 19, 7:16 am, Francisco Costa <m...@franciscocosta.com> wrote: > Hello Vasile, > Thank you for your help! > I've changed my routes.py to > > routes_in = ( > ('/admin/(.*)', '/admin/$1'), > ('/(.*)', '/init/$1'), > ) > > but /init/ still displays as you can see it here:http://bondiu.info > I've also chmod the routes.py to 777 but no luck either > > On Mar 19, 11:50 am, Vasile Ermicioi <elff...@gmail.com> wrote: > > > you use init, sorry > > > routes_in = ( > > ('/admin/(.*)', '/admin/$1'), > > ('/(.*)', '/init/$1'), > > ) > >
-- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.