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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to