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 gebruikers vonden dit artikel nuttig

Was dit antwoord nuttig?

Gerelateerde artikelen

Can I setup SSL on my account?

Yes, you can purchase a secure certificate through us so you can use SSL. You can also give us...

Can you write a script for me?

We do not write scripts but will be more than happy to guide you in the right direction. Most the...

Domain Slamming - Beware

There are several companies out there using a predatory practice of attempting to have you renew...

How do I hide my domain WHOIS information?

If you do not wish to have your contact information shown when someone does a WHOIS report on...

How do I parse html files as shtml?

Create an .htaccess file in the directory needed and add the following: AddHandler...