Redirect IE8 users to another site
-
I’m looking for a way of redirecting Internet Explorer 8 browser users to another site (IE8 is having problems displaying my new site so I want to send all IE8 users to another domain with my old site which displays fine). I’ve got the ‘php-browser-detection’ plugin installed but not sure how to set up a redirect. I know the code for a redirect is something like this:
<meta http-equiv=”Refresh” content=”0; url=https://domaingoeshere/”>
And I think the code needs to go in here where ‘do stuff’ is.
<?php if ( is_lt_IE8() ) { do stuff }; ?>
I’m not a coder so I may have this totally wrong but if anyone can help that would be great. Thanks.
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Redirect IE8 users to another site’ is closed to new replies.