Tried the 302:http it still does not work.
 

        -----Original Message----- 
        From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] 
        Sent: Wed 3/5/2003 2:57 AM 
        To: James Ambursley; [EMAIL PROTECTED]; [EMAIL PROTECTED] 
        Cc: 
        Subject: Re: [squid-users] FW: Redirector not passing redirected pages
        
        

        And you are still not sending a browser redirect. See my previous
        response and the Squid FAQ on redirection.
        
        Inline rewrite of the requested URL without telling the browser:
        
           redirect http://...
        
        Browser redirect:
        
           redirect 302:http://...
        
        Regards
        Henrik
        
        On Wednesday 05 March 2003 02.53, James Ambursley wrote:
        > 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