Hopefully last question on this thread.

routers = dict(
  init        = dict(functions = ['index',
'user',
'contact',
'sitemap',
'feed', 
'error']),
)

above works for admin, appadmin & for other entries too

Not sure the below is a problem with routes or not.
I have a feed() function. If I browse to feed.rss it works fine. But I 
would like /feed/ as the url (without.rss). How to achieve it?

Thanks again guys,
Joseph

Reply via email to