Hello all,
I have the following in squidguard.conf:
rewrite hp {
s@ftp://ftp.hp.com/pub/ccd/@ftp://ftp.ace-hellas.gr/pub/hp/kayak/@r
}
I'm mirroring the ftp://ftp.hp.com/pub/ccd and I want all the people in the
company to use the local mirror instead of fetching the files from hp for
bandwidth reasons.
I applied this in my acl like that:
acl {
grownups {
rewrite hp
pass all
}
I go to:
http://www.support.vectra.hp.com/kayaksupport/level4/501kdf899en.exe.html
and click on Download Now
Problem is that Internet Explorer pops up a window that says:
Internet Explorer cannot download kdf899en.exe from ftp.hp.com.
Internet Explorer was not able to open this Internet site. The requested
site is either unavailable or cannot be found. Please try again later.
Opera says (by clicking twice on Download Now):
Redirected to ftp://ftp.ace-hellas.gr/pub/hp/kayak/kdf899en.exe
Generated by Opera ©
by clicking on the link you can fetch the file...
wget will display 302 Moved Temporarily and download the file from the
correct url.
Lynx says:
Alert!: Unable to access document.
and of course doesn't download it.
Any ideas or comments would be really appreciated...
Spyros