Click to See Complete Forum and Search --> : Netscape won't run header redirect


wscottpadgett
02-02-2004, 11:52 PM
Hi guys,

Just figured out a problem I'm having has something to do with Netscape not liking the header that I'm returning to the browser in a script I'm running.

Header call works fine in all browsers but NS 4.X for Mac or PC. Anyone know why old NS wouldn't like a header like:

header("Location: http://blah.com");

???

Works in IE and NS6.

I don't get it. I thought browser concerns were over with server-side scripting...

AdamGundry
02-03-2004, 11:34 AM
Perhaps this thread (http://forums.devshed.com/archive/6/2001/3/4/12192) will be of use? Alternatively, are you using absolute URLs (i.e. with http:// on the front)? If not, that may be your problem.

Adam

wscottpadgett
02-03-2004, 11:51 AM
now i know two solutions to the problem!