Just..

PHP Code:
<?php
if(eregi("internet explorer",$_SERVER['HTTP_USER_AGENT']))
die(
"Go away smelly IE user.");
?>
Or find a way of getting it to work on ie..

*PS: The above code might not work as i cant remember the agent name for ie.*