We just finished developing a web application and we want to block Internet Explorer 8 and down. What is the best way to accomplish this?
I found a way to block IE6, however the tutorial (http://css-tricks.com/ie-6-blocker-script/) is from 2008 and I feel like it's a bit dated. We also want to block IE 7 and 8...
The site is built in CodeIgniter with a lot of Backbone.js.
If anyone has any ideas they would be appreciated.
Thanks!
UPDATE
Sorry guys, more information: Yes I want to BLOCK them, I want to display a message and be able to style the page to say "Sorry, you use Internet Explorer which isn't a web browser, please download CHROME here".