yes, I would like to know also! My apache rules I have changed from 301 --> 302 e.g. ~~ RewriteCond %{HTTP_USER_AGENT} "smartphone|rover|ipaq|au-mic,|alcatel|ericy|vodafone\/|wap1\.|wap2\.|iPhone|android|htc"[NC] # put your rewrite rules here RewriteRule ^(.*)$ http://m.example.com/$1 [R=302,L] ~~ And I have placed the following into my squid.conf to have the 302 not cached! (So mobile phone redirects, do not get cached for 'normal' web clients...) ~~ acl broken302 http_status 302 cache deny broken302 ~~ But I got a lot of warnings! Which I should get rid of. Is there an easier way to communicate 1 VHOST name to mobile and desktop clients, but not having the wrong 30[1|2] results cached? GR, RG -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/ACL-checklistMatches-WARNING-tp2314404p3051196.html Sent from the Squid - Users mailing list archive at Nabble.com.