Hello
I have step up an web2py project on http://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 to routes.py and 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 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.

Reply via email to