<!--[if lte IE 6]> <meta http-equiv="refresh" content="0; url=/ie6/ie6.html"> <![endif]-->PHP:
<?php $agent = $_SERVER["HTTP_USER_AGENT"]; if (stripos($agent, "MSIE 5.5") !== false || stripos($agent, "MSIE 6.0") !== false) { $file = "/ie6/ie6.html"; if (file_exists($file)) { require $file; exit; } } ?>Скачать ie6_1.zip