Hello! I've tried lots of combinations but none seem to work. I really would like to get rid of the /init/ in the url.
Does anyone knows what the problem may be? On Mar 18, 7:08 pm, Francisco Costa <[email protected]> wrote: > Hello > I have step up an web2py project onhttp://bondiu.info > > I've started to edit the welcome application and I've made an init > symbolic link to the welcome application. > Now I pretend to remove the /init/ from the urls. > This way I renamed routes.example.py toroutes.pyand made this > changes > > routes_in = ( > ('/$c/$f', '/init/$c/$f'), > ) > > routes_out = ( > ('/init/$c/$f', '/$c/$f'), > ) > > as it says in the book:http://web2py.com/book/default/section/4/15 > > Unfortunately the /init/ still appears. > Any help on this? > Thank you -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. 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.

