IE-B-Gone
This simple PHP script is used to block Internet Explorer access serverside.
Redirects the user to ABetterBrowser.org
after 10 seconds of displaying a custom message. Mine is in plaintext, but you can
easily replace the echo() with an include() to include your own "get a better browser"
page.
Usage:
-
Download the latest version from
hackthetruth.org/global/no-ie.txt
-
Stick it somewhere on your website.
-
Use PHP to include() the file at the very beginning of each web page you want
to block IE from.
- Cupcakes!
Or muffins. Point is, you're done! Wasn't that easy?