I have a Flash app at URL-A
. I have a new non Flash version, that only works in modern browsers at URL-B
. I can redirect all visitors from URL-A
to URL-B
with .htaccess
or PHP
but I wont know what browser they have in order to determine if I need to redirect or not.
So I am not sure what the best way to go about this is.
Basically if you are using IE8+, FF, Chrome, Safar, Opera I want you to go to URL-B
. If you are using IE7-
I want you to go to URL-A
Whats the best way to do this?