Hi, list. Just want to confirm it: will webpy append web.ctx.homepath automatic in web.seeother()?
My code is deployed in http://server/myproj/ It will redirect to http://server/myprog/dashboard these two ways: - web.seeother(web.ctx.homepath + '/dashboard') - web.seeother('/dashboard') Tested on both apache + mod_wsgi and webpy build-in web server. -- Best Regards. Zhang Huangbin - Open Source Mail Server Solution for Red Hat(R) Enterprise Linux, CentOS, Debian, Ubuntu: + http://code.google.com/p/iredmail/ + http://www.iredmail.org/forum/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
