[mod_python] Re: Redirects

Gregory (Grisha) Trubetskoy grisha at modpython.org
Sun Oct 20 14:22:53 EST 2002


On Sat, 19 Oct 2002, vio wrote:

> You do redirection in mod_python with something like this:
>
>
> def handler(REQUEST):
>
>    _REQUEST = REQUEST._req

The above line won't work starting with the next version of mod_python...

Grisha




More information about the Mod_python mailing list