On Dec 5, 2:21 am, "Anand Chitipothu" <[EMAIL PROTECTED]> wrote:
> add the following to the beginning of urls.
>
> "/(.*)/", "redirect",
>
> and have the following class to handle those urls.
>
> class redirect:
> def GET(self, path):
> web.seeother('/' + path)
thanks will test it. I have a look on the way use in infogammi too.
It's interresting.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---