V vedavyas Junior Member Joined Feb 14, 2010 Messages 195 Reaction score 66 Feb 2, 2015 #1 I want to redirect users based on browser type. How can we do this? Last edited: Feb 2, 2015
avi619 Supreme Member Joined Apr 1, 2012 Messages 1,379 Reaction score 1,904 Feb 2, 2015 #2 You can use .htaccess to do so. More info here - http://stackoverflow.com/questions/14057575/htaccess-redirect-to-specific-webpage-based-on-browser
You can use .htaccess to do so. More info here - http://stackoverflow.com/questions/14057575/htaccess-redirect-to-specific-webpage-based-on-browser
howard_hughes Elite Member Joined Jul 23, 2009 Messages 5,066 Reaction score 3,733 Feb 2, 2015 #3 you can do this with hta access, google the code
bartosimpsonio Elite Member Executive VIP Jr. VIP Joined Mar 21, 2013 Messages 24,213 Reaction score 30,899 Feb 2, 2015 #4 There are several methods. In PHP you just preg_match for the relevant browser signature string. Selective content delivery is called cloaking. If you're doing anything serious with this, you better get a pro cloaker or you'll get busted.
There are several methods. In PHP you just preg_match for the relevant browser signature string. Selective content delivery is called cloaking. If you're doing anything serious with this, you better get a pro cloaker or you'll get busted.
V vedavyas Junior Member Joined Feb 14, 2010 Messages 195 Reaction score 66 Feb 2, 2015 Thread Starter Thread Starter #5 Thanks for the replies.. This worked for me http://stackoverflow.com/questions/14057575/htaccess-redirect-to-specific-webpage-based-on-browser Last edited: Feb 2, 2015
Thanks for the replies.. This worked for me http://stackoverflow.com/questions/14057575/htaccess-redirect-to-specific-webpage-based-on-browser