Home > Free Software, ITZ, ZHdK > Promoting Firefox (the simple way)

Promoting Firefox (the simple way)

September 16th, 2007 Leave a comment Go to comments

Firefox
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 Tags:
  1. No comments yet.
  1. No trackbacks yet.