I'm here with Elena (the original poster) and captured the header from her MSIE request as it traversed my gateway:
---- GET /releases/2.2/i386/install HTTP/1.1 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/msword, */* Referer: http://www.debian.org/releases/stable/i386/release-notes/ch-installing. en.html Accept-Language: en-us Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90) Host: www.debian.org Connection: Keep-Alive ---- In contrast, mozilla on Linux requests "en" for the language. Changing MSIE's language to "en" solves the problem. Thanks for your help, Eric

