Redirection

henk_p at my-deja.com henk_p at my-deja.com
Thu Nov 18 03:38:28 EST 1999


Instead of the normal cgi-header:

print 'Content-type: text/html'
print

use:

print 'Location: http://this.is.the/redirect/url'
print

That should do it.



Sent via Deja.com http://www.deja.com/
Before you buy.




More information about the Python-list mailing list