<?php
if ( strpos($_SERVER['HTTP_USER_AGENT'], 'Firefox') ) {
header("Location: http://domain.com/ie_only.php");
}
...
?>
Must have it run before any other HTML is outputted.
-Victor
Does anyone have a php script that will recognize Internet Explorer
and redirect all iE users to a specific page?
Thank you,
Peter Apockotos
--
[ Drupal support list | http://lists.drupal.org/ ]