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

Why do I get emails for cron jobs?

This is the default. If you would like to disable receiving emails when a cron job runs append...

How do I parse html files as shtml?

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

vBulletin fsockopen() [function.fsockopen]: unable to connect

When setting up mail in vBulletin be sure you are using localhost for the mail server along with...

Howto: Add another website to your account

You can add another website to your hosting account if your hosting plan allows for more than one...

Can I change my username?

Usernames are setup in the manner for security. Most programs will allow you to save the...