How to make simple HTTP redirect using Python? without using meta.
To redirect using the current setting (CGI apache):
print("Location:http://newurl.com/foobar") print # to end the CGI response headers.