Please forgive the trivial question, but in searching the mailing list
archives I haven't found how to redirect to a local file. I have been
able to redirect to an existing web page e.g. http://www.google.com, but
not to a local file containing my 'access denied' message.
Here's my config file:
logdir /Volumes/WorkDisk/squidGuard/log
dbhome /Volumes/WorkDisk/squidGuard/db
dest porn {
domainlist adult/domains
urllist adult/urls
}
acl {
default {
pass !porn all
redirect file://localhost/Volumes/WorkDisk/accessDenied.html
}
}