hi, i have page with this code <?php Header("HTTP/1.1 301 Moved Permanently"); Header("Location: $link"); ?> PHP: it working fine with all browsing except IE9 i get 406 not acceptable
Try using an actual URL instead of the variable, I know IE processes headers differently than other browsers.