Redirect users of Internet Explorer to a supported browsers page or any other page.
To do this, please add the following to your public_html/.htaccess file.
RewriteCond %{HTTP_USER_AGENT} .*MSIE.* [OR]
RewriteCond %{HTTP_USER_AGENT} .*Trident.*
RewriteRule ^(.*) https://yourdomain.com/supported-browsers [NC,L]
Replace https://yourdomain.com/supported-browsers with your browser information page or any other page that you prefer.