Is there a simple way to show a different page to users on IE6/7 when they visit a website?
For example, can I redirect users from example.com to example.com/ie7?
Unfortunately, IE7 is not compatible with the website I created, so I want to display a minimal version of the original site. I have put too much work into the original design to downgrade it now.
Will this code always be effective for redirecting IE7 users? Or is it more complex than that?
I want to ensure that 100% of IE7 traffic is redirected.
<!--[if IE]><meta http-equiv="refresh" content="0;URL=http://www.example.com/ie7"><![endif]-->