How can I redirect users for IE versions 6-8 with htaccess to a certain directory (mysite.com/ie)?
Note: I am using Wordpress.
How can I redirect users for IE versions 6-8 with htaccess to a certain directory (mysite.com/ie)?
Note: I am using Wordpress.
something like:
It is much more simple to handle this with a simple javascript function. You can also use HTML. Here's a sample of javascript that detects the browser version. You should be able to tailor this to suit your needs:
Detecting Windows Internet Explorer More Effectively