Get rid of IE6 access

So every time you want to develop a web site you make your fancy moves with css,jquery,ajax,javascript (or whatever!) and in the final testings someone tells you that it is not displayed correctly in Microsoft Internet Explorer version 6.... Grrrr....

Get rid of it with an .htaccess rule:

So simple:

RewriteCond %{HTTP_USER_AGENT} ‘MSIE6′
RewriteRule .* – [F,L]

Σχόλια

Δημοφιλείς αναρτήσεις