Recently setup SQUID and while was testing discovered that while using the built in search for sharepoint that I would get a message from it like this; The Web application at http://mysharepointsite could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application. When I shutoff the SQUID proxy this functionality does work. I receive the following messages in the SQUID 1243961498.622 32 mymachinename.mydomainname.com TCP_MISS/404 1044 GET http://mysharepointsite/nwpcadm/KB/_themes/CustomJet/topnavselected_jet.gif - NONE/- - 1243961498.627 34 mymachinename.mydomainname.com TCP_MISS/401 2239 GET http://mysharepointsite/nwpcadm/KB/_themes/CustomJet/navshape_jet.jpg - DIRECT/10.0.2.135 text/html 1243961498.653 62 mymachinename.mydomainname.com TCP_MISS/404 1044 GET http://mysharepointsite/nwpcadm/KB/_themes/CustomJet/topnavunselected_jet.gif - NONE/- - 1243961498.656 33 mymachinename.mydomainname.com TCP_MISS/401 2239 GET http://mysharepointsite/nwpcadm/KB/_themes/CustomJet/pagebackgrad_jet.gif - NONE/- text/html 1243961498.657 62 mymachinename.mydomainname.com TCP_MISS/404 1044 GET http://mysharepointsite/nwpcadm/KB/_themes/CustomJet/siteactionsmenugrad_jet.gif - DIRECT/10.0.2.135 - 1243961498.657 30 mymachinename.mydomainname.com TCP_MISS/401 2239 GET http://mysharepointsite/nwpcadm/KB/_themes/CustomJet/pageTitleBKGD_jet.gif - DIRECT/10.0.2.135 text/html 1243961498.690 35 mymachinename.mydomainname.com TCP_MISS/404 1044 GET http://mysharepointsite/nwpcadm/KB/_themes/CustomJet/navshape_jet.jpg - NONE/- - 1243961498.690 32 mymachinename.mydomainname.com TCP_MISS/404 1044 GET http://mysharepointsite/KB/_themes/CustomJet/pagebackgrad_jet.gif - NONE/- - 1243961498.709 50 mymachinename.mydomainname.com TCP_MISS/404 1044 GET http://mysharepointsite/nwpcadm/KB/_themes/CustomJet/pageTitleBKGD_jet.gif - NONE/- - First I thought maybe it was because it was attempting to cache .aspx pages from sharepoint. So I threw an always_direct into my squid.conf file without much luck. Any thoughts on where I might be a bit on the misguided side? Thanks! Dave