see http://web2py.com/book/default/section/4/15 In the top web2py folder, there is a routes.example.py
On Jun 16, 11:59 pm, KR <[email protected]> wrote: > routes.py is the way to do it > it's a standard file of web2py > > On 16 juin, 20:36, Michelle Jun <[email protected]> wrote: > > > > > hi > > > i am wondering if i can do these things > > > for example, i have list of businesses url links (this is generated > > from my web2py default) > > >http://domain.com/default/business/8http://domain.com/default/busines... > > etc... > > > is it possible that i rewrite this to become just > > >http://domain.com/8http://domain.com/9http://domain.com/10http://doma... > > etc.. > > > is there anyway to do it within web2py or is it something that i have > > to do it within apache mod_rewrite? any idea on how to do that? > > > thank you

