nasıl ayarlayacağım yardımcı olurmusunuz
evet hocam olurum
if(strstr($_SERVER["HTTP_USER_AGENT"], "MSIE")){
header('Location: http://siteadresi.com');
exit();
}
?>
if(strstr($_SERVER["HTTP_USER_AGENT"], "MSIE")){
header('Location: http://siteadresi.com');
exit();
}
?>