Ok this is what I got. I have a file called faq.php and the header works fine in Netscape but in IE the header function keeps reloading the page over and over and it never actually displays the redirected URL.
I want faq.php to redirect to faq.php?list=all&prog=1&lang=en. Why is this file not redirecting to the correct URL in IE?
This is my code:
<?php
$QUERY_STRING = ($QUERY_STRING) ? $QUERY_STRING : "list=all&prog=1&lang=en";
header("Location: $SCRIPT_NAME?$QUERY_STRING");
?>
<head>
<title>
REST OF HTML