Quote:
Originally Posted by jacklaidlaw
if a user visits your site using firefox and they got the zango installed will the user agent not show as firefox not zango as the zango user agent only gets used for their popups I might be wrong
|
I installed Zango on my PC and it didn't touch firefox. It looks like it only installs itself into IE by default. But anyway, what the rewrite does is check the user-agent that gets reported and if zango is found anywhere in that line, they get redirected.
Here's an example of one of my log lines with Zango installed on IE:
Quote:
71.33.61.237 - - [09/Nov/2006:05:54:29 -0600] "GET /ct/thumbs/tn75446.jpg HTTP/1.1" 200 4102 "http://www.myfuckinwife.com/" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; ZangoToolbar 4.8.2)"
|
You can see that the toolbar comes up as one of the options after the browser type. If it can be installed into firefox, it should come up the same way. The redirect only cares if "zango" is there or not, it doesn't care what browser is being used at all.