Promoting Firefox (the simple way)
Well thisone is meant for hostmasters (people that operate a webserver):
Write a .htaccess file in your webfolder with the following 2 lines:
RewriteCond %{HTTP_USER_AGENT} ^MSIE RewriteRule ^.* http://mozilla.org/products/firefox [L]
(and enable mod_rewrite)
This will send every user, that visits your website with MS Internet Explorer directly to the Firefox Website. 😉
Categories: Free Software, ITZ, ZHdK