understanding mod_python
grahamd at dscpl.com.au
grahamd at dscpl.com.au
Mon Dec 19 16:58:57 EST 2005
PyPK wrote:
> Hi I'm trying to learn mod python and need some one to explain how to
> do http redirection(302) with an example code....
Have you read the documentation?
Specifically, check out the function mod_python.util.redirect():
http://www.modpython.org/live/current/doc-html/pyapi-util-funcs.html
Mod_python questions are also perhaps better directed at the mod_python
users mailing list. Details of mailing list on the mod_python home
page:
http://www.modpython.org
Graham
More information about the Python-list
mailing list