Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Automatically redirect website IE browser to Chrome browser?

Recently we migrated to latest version of application which allows the user to open application in any browser.

Earlier it use to support Only IE browsers. After migration many users still open the application in old browser.

Since the application is very slow in IE browser.We are looking for a solution that will automatically open the URL/Login Page in Chrome browser when user opens in IE browser.

i.e., when a user open URL in IE browser it automatically open the same URL in Google chrome browser.

like image 603
user2611710 Avatar asked Nov 07 '22 11:11

user2611710


1 Answers

Google Chrome Legacy Browser support allows this. Under the "Hosts to open in Alternative Browser" policy, put in an entry for the site you want to force to open in Chrome, preceding it with an "!". Example:
!https://www.somesitetoopeninChromeonly.com.

like image 164
user11694279 Avatar answered Nov 15 '22 08:11

user11694279