Redirect Internet Explorer visitors to a supported browsers page

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.

 

 

  • 4 Users Found This Useful

Was this answer helpful?

Related Articles

I need a module installed but I do not have rights

No problem. Send us a trouble ticket and we will install the module as long as there are no...

What are these htaccess files that keep popping up?

.htaccess files are default files the server uses to perform certain tasks. Features such as...

Cross Origin Request Error

When receiving a cross-origin / cross original request, CORS header 'Access-Control-Allow-Origin'...

Point Multiple Domains to the Same Website

Pointing other domains to your website is easy! Simply make sure their DNS settings are pointing...

When I upload an htaccess file it disappears

On unix/linux systems, files that start with a . are considered hidden so many ftp programs do...