Hi Mike,
sorry mate - but this is incorrect. You should always use DNS values over IP numbers, and underneath allow the DNS system to translate the domains into numbers. Going strictly from your example above you should redirect to
Redirect('
http://go.someplace.com:88/page)
>> Changing the connection to use an IP address as in
http://123.45.67.123:88 allowed the Redirect to work correctly.
You've changed the IP address AND the port number, and I suspect it's the port number bit which is making it work.
cheers
Bruce