I don't want IE 7 users to use the website. It may not be a good idea, but I don't mind turning away users. How do I redirect users using IE 7 or less to a static page and stop them from using my website? Currently, I have this code in my application.html.erb which redirects the user to an external site. But, I'd like it to redirect it to a static page within my app:
<!--[if lt IE 8]> <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.google.com"> <![endif]-->