You will not see any images as images are being served from imgfarm.com
As you have no allowed anything to pass, these will be redirected to excite.com.

Your test is not really a very good one to prove that the system is working.

Create a domain list and put some domains in there ie 
ibm.com
excite.com
imgfarm.com

Then modify your ACL to allow domains listed in your domain list to pass, but redirect 
everything else to excite.com

dest test {
     domainlist thefilename
}

acl {
        default {
        pass test none
        redirect http://www.excite.com/?
        }
}

You will need to set up a dbhome path in squidguard.conf. See the examples at 
www.squidguard.org

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of James Ambursley
Sent: Wednesday, 5 March 2003 9:54 AM
To: Henrik Nordstrom; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: RE: [squid-users] FW: Redirector not passing redirected pages


I still get the page only showing up partially, no pictures, and it will not allow me 
to click on any buttons to continue.
I have created a very basic squidguard.conf file.
 
logdir /usr/local/squidguard/logs
acl {
      default {
                  redirect http://www.excite.com/?
                  }
       }
Everything redirects to www.excite.com
but only text is shown and i am unable to select anything from the page.
 

        -----Original Message----- 
        From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] 
        Sent: Tue 3/4/2003 6:45 PM 
        To: James Ambursley; [EMAIL PROTECTED] 
        Cc: 
        Subject: Re: [squid-users] FW: Redirector not passing redirected pages
        
        

        You probably should be using a browser redirect and not an inline
        rewrite of the requested URL.
        
           redirect 302:http://www.excite.com/...
        
        If you look into the URL field of your browser I think you will
        understand why..
        
        Regards
        Henrik
        
        
        On Wednesday 05 March 2003 00.17, James Ambursley wrote:
        >  -----Original Message-----
        > From:         James Ambursley
        > Sent: Tuesday, March 04, 2003 6:10 PM
        > To:   '[EMAIL PROTECTED]'
        > Subject:      FW: Redirector not passing redirected pages
        >
        >
        >
        >  -----Original Message-----
        > From:         James Ambursley
        > Sent: Tuesday, March 04, 2003 6:07 PM
        > To:   '[EMAIL PROTECTED]'
        > Subject:      Redirector not passing redirected pages
        >
        > I have not been able to click on or receive graphic content from
        > the redirected pages I have set in my squidguard.conf file.
        > Squidguard redirects to the page, but I can not click on any links
        > and continue.
        >
        > My squidguard.conf file:
        >
        > logdir  /usr/local/squidGuard/log
        > dbhome  /usr/local/squidGuard/db
        >
        > dest   local {
        >       domainlist   local/domains
        >                  }
        > acl {
        >       default {
        >                  pass local none
        >                         redirect
        > http://www.excite.com/?clientaddr=%a&clientname=%n&clientuser=%I&cl
        >ientgroup=%s&url=%u }
        >      }
        >
        > I get redirected to the page, but I only see the text and if I
        > click on a link on the page it just refreshes itself. I am using
        > IE. 6.
        >
        >
        >
        > Thanks
        > Manager of Information Technology
        > James Ambursley
        > [EMAIL PROTECTED]
        > 416-512-3632
        
        





Reply via email to