I've got a web.py app running under Apache, and am having some issues with
I've got my entry point located at /Library/Sites/buh/reports/app.py, with my re-write rule funneling all requests to http://buh.com/reports/ into my application as it should. However, when doing a raise web.seeother('/reports/choose/') ... it gets translated into the following location: http://buh.com/reports/app.py/reports/choose/ When I'm expecting to see... http://buh.com/reports/choose/ Looking at web.py's source, I saw that seeother accepts an optional argument (absolute=False), and modified that to be True but still no success. Anyone know what I'm doing wrong? Thanks, Dave --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
