Luther Goh Lu Feng <elfgoh@...> writes: > However, the URL to show the page is > > http://localhost:8000/mywiki/default/show.rss/1 > > instead of > > http://localhost:8000/mywiki/default/show/1 > > Any tips to resolve this please?
Here you go if you still need it.... link = 'http://' + str(request.env.http_host) + URL(f='show', extension='', args=row.id),

