Hello together, actually i'm a little bit confused. i have debian 6 system, set up with squid3 and squidqurad. now squidguard is not blocking all domains/sides inside the db. if i call a blocked side inside the browser i can access this side. as example. i have blocked domain uploaded.net. i can call via browser, but if i run on commandline: echo "http://fra-7m18-stor08.uploaded.net - - GET" | /usr/bin/squidGuard -c /etc/squid/squidGuard.conf i'm getting the redirect statement. http://www.google.com -/- - GET if i run ps -ef| grep squid i'm getting root 31513 1 0 09:07 ? 00:00:00 /usr/sbin/squid3 -YC -f /etc/squid3/squid.conf proxy 31515 31513 8 09:07 ? 00:00:49 (squid) -YC -f /etc/squid3/squid.conf proxy 31517 31515 0 09:07 ? 00:00:00 (squidGuard) -c /etc/squid/squidGuard.conf proxy 31518 31515 0 09:07 ? 00:00:00 (squidGuard) -c /etc/squid/squidGuard.conf proxy 31519 31515 0 09:07 ? 00:00:00 (squidGuard) -c /etc/squid/squidGuard.conf proxy 31520 31515 0 09:07 ? 00:00:00 (squidGuard) -c /etc/squid/squidGuard.conf proxy 31521 31515 0 09:07 ? 00:00:00 (squidGuard) -c /etc/squid/squidGuard.conf which is obviously correct. i also rebuild the the database several times. any ideas ?? thanks in advance. Andre