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

Enable AllowOverride

If you have an application that requires allowoverride enabled, create an .htaccess file and...

I can not get the transfer authorization email can it be forwarded to a different email address?

The authorization has to be authorized by the registered contact for the domain. We cannot change...

Unable to view Ultrawebhosting.com from my foreign browser

We are an American company based out of Seattle, WA. Our website is written in English as a...

Why does it show the Ultra Web Hosting home page when I go to my site?

There are several reasons for this. Ensure you do not have https at the beginning of your...

Adding a Facebook Button

Facebook has a wonderful page on adding a Facebook image to your website complete with...