Thanks for the tips, but the squidguard redirector is still not working properly. I
am running squidguard 1.2.0. With squid 2.5stable1 on redhat 7.3
The redirect takes place and I go to the site, but no pictures appear, and if i select
a link from the site it does not work.
my squidguard.conf file is simple, everything is being redirected.
logdir /usr/local/squidguard/logs
acl {
default {
redirect http://www.excite.com
}
}
I have tried redirect 302:http://www.excite.com. It fails. My squid access.log
reports TCP_MEM_HIT/200 7259 GET on the pages i am trying to access.
my squid.conf file has nothing fancy in it
httpd_accel_host 192.168.2.11
http_port 80
icp_port 80
httpd_accel_port 80
acl acceleratedPort port 80
Please help.