Blocking Internet Explorer 6 with Squid

Did you know that today, many websites that began eliminating compatibility with Internet Explorer 6 browser. Internet Explorer 6 has 119 bugs. For that of the sysadmin side to minimize grievances or complaints from customers is "Suggest to Upgrade to Internet Explorer Internet Explorer 7 or Internet Explorer 8 or to other browsers like Firefox, Opera, or Google Chrome".
Attempt to suggest this directly to the customer or it could be a way a bit "forced".
Attempt to force a little way this can be done by using a facility that uses Proxy Server Squid on our network. But how?
We can use the config acl in squid, a way to detect the browser used by the user or customer, if using Internet Explorer 6, then we will point to "error page".
### Block IE6
acl msie6 browser MSIE[[:space:]]6
http_access deny msie6
deny_info ERR_MSIE msie6
...
In this way, if there are customers who use Internet Explorer 6 browser will be "forced" to upgrade. :-)
Hopefully useful.
Add this page to your favorite Social Bookmarking
About You :
38.107.191.89
Browser :
Operating System :
Keep This Site Alive
Your Comment On Tutorial:
- Setting up a basic MikroTik ho...
Can you show me your network topology? More... - Setting up a basic MikroTik ho...
Open winbox, on click on files menu, there you can... More... - Setting up a basic MikroTik ho...
You can try bridging two ethernet, and set hotspot... More... - Setting up a basic MikroTik ho...
how to change the page of hotspot pls held More... - Setting up a basic MikroTik ho...
Thanks very much for this enlightened guide for ne... More...

