I need to use header('Location: http://someur') but the server this script is running from must use a proxy server to connect.
header('Location: http://someur')
How do I use a header redirect with a proxy server?