I have XML page in IE. I Click on link "script1.php" and call this script. It generates http header (header("Location: script2.php")😉. After redirection script2.php generates new XML content. Then I press "Reload" browser button. I expect browser to request script2.php but it requests script1.php. Why? Can it be fixed?