I’m using GoDaddy to host my site (with masking) and the above fix does not seem to work for me using IE ?? I’ll post the code below… any help is much appreciated.
Original:
TH);
wp_redirect($_SERVER[‘HTTP_REFERER’]);
?>
Modified:
TH);
wp_redirect(‘https://www.mydomain.com/mydirectory’);
?>
AND I also tried:
TH);
wp_redirect($_SERVER[‘https://www.mydomain.com/mydirectory’%5D);
?>
Could you have possibly changed something else in your two weeks of configuring? This problem is very frustrating as you well know. Turning off masking is not really an option for me.