View Full Version : Redirect visitors based on browser


braveryonions
11-25-2006, 02:32 PM
I want to redirect visitors to a different web page when they are using a certain browser. Is this possible?

pb&j
11-25-2006, 04:00 PM
it is possible using a "browser sniffer" script (you can search on google to find some), but it also tends to be unreliable.

i tried a few different ones through the course of a month and went back to adjusting code to accomodate everyone instead of splitting up the visitors. keeping up more than one copy of a site can also be rather time consuming.

perhaps the scripts have gotten better by now though.

good luck! :)