On Thu, Jul 3, 2008 at 8:35 AM, chris edgemon <[EMAIL PROTECTED]>
wrote:

>
> When I use web.seeother("/path/to/app"), I get redirected to "/
> controller.py/path/to/app".  The page works, but this is unsightly.
>
> I tried setting REAL_SCRIPT_NAME in my lighttpd.conf, but that did
> nothing.
>
> So how do I get it to just return "/path/to/app"?
>
>

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.

-- 
Ken, qichangxing(#)baicai.com, 百才招聘.产品部

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to