Ya, is what I need! Thank you.
Amos Jeffries пишет:
Oleg wrote:
Hi2All.
Can Squid redirect user's request to another URL on browser concordance?
For example, if user use MSIE < 6.0 redirect him to page with browser
update from IT site page.
I'm found only access rules for browser string (User-Agent), but not I
mean.
I'd use a custom deny_info redirect for this.
acl msie6 browser .. <whatever the pattern for IE6 is> ...
deny_info http://example.com/meis_update.html msie6
http_access deny msie6
Amos