> How about this? > > # TAG: no_cache > # A list of ACL elements which, if matched, cause the request to > # not be satisfied from the cache and the reply to not be cached. > # In other words, use this to force certain objects to never be cached. > # > # You must use the word 'DENY' to indicate the ACL names which should > # NOT be cached. > # > #We recommend you to use the following two lines. > acl NOT dstdomain .harmonyremote.com > no_cache deny NOT > > Evan > Without the starting dot it seems to be working, Thank you very much! acl NOT dstdomain harmonyremote.com no_cache deny NOT Regards Henrik