Excellent append_domain .domain.tld Worked! I also read that I should possible compile squid with --disable-internal-dns and configuring "dns_defnames on" in squid.conf. Would this be faster then using the internal dns resolver? Thanks, Bryan -----Original Message----- From: Mark Elsen [mailto:mark.elsen@xxxxxxxxx] Sent: March 3, 2006 5:49 PM To: Shoebottom, Bryan Cc: Squid Users Subject: Re: squid cannot resolve non-fqdn names > Hello, > > In my browser, if I simply put a hostname (webserver) in the address bar without the top level domain and subdomain (webserver.domain.tld), I get an "Unable to determine IP address from host name for hostname". If I put the fqdn in, it works fine. Is there any way to rectify this in the squid configuration? Squid uses the contents of /etc/resolv.conf for resolving names and this file includes the search and domain directives. > Check the : append_domain directive in squid.conf.default ; read all the comments. M.