> > may be you used it like this: <a href="./app/link/2">go to link2</a> > then, you will go to /code.py/app/link/2 > please use <a href="/app/link/2">go to link2</a>, use abs path.
That can't be the case. The link is interpreted by the browser and it has no clue about the script name on the server. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
