Redirecting IE6 users to a specific page using .htaccess
I'm tired of fixing my wordpress site so that IE6 users could view it properly. It's nothing more than wasting my time. I have 2-3 IE6 visitors daily after all.
I believe there is a way to detect if visitor is using IE6 and redirect them to a specific page via .htaccess. But I can't figure out the bullet-proof method.
C开发者_运维百科ould anyone help me with this?
Thanks.
After doing some research for the last couple of days, I've come across the solutions presented here which, based on my experience, is the bullet-proof solution.
精彩评论