twodayslate
07-19-2007, 04:32 AM
<?php
if (eregi("MSIE",getenv("HTTP_USER_AGENT")) ||
eregi("Internet Explorer",getenv("HTTP_USER_AGENT"))) {
Header("Location: http://twodayslate.com/ieindex.php");
exit;
}
?>I found this but this just redirects all IE users. IE7 users are fine.
Thanks.
if (eregi("MSIE",getenv("HTTP_USER_AGENT")) ||
eregi("Internet Explorer",getenv("HTTP_USER_AGENT"))) {
Header("Location: http://twodayslate.com/ieindex.php");
exit;
}
?>I found this but this just redirects all IE users. IE7 users are fine.
Thanks.