Version: 4.0 (using KDE 3.1.9) Compiler: gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk) OS: Linux (i686) release 2.4.20 Konqueror has problems rendering http://www.collegejournal.com/ and stalls for a while when loading the page. Looks like all relative URLs are pointing to port 3004 instead of 80 for some reason. regards, Ralf
Not our fault. See the HTTP headers: kio_http: (32707) ============ Received Response: kio_http: (32707) "HTTP/1.1 200 OK" kio_http: (32707) "Server: Microsoft-IIS/5.0" kio_http: (32707) "Content-Location: http://www.collegejournal.com:3004/index.html" kio_http: (32707) "Date: Wed, 11 Jun 2003 15:06:01 GMT" kio_http: (32707) "Content-Type: text/html" kio_http: (32707) "Accept-Ranges: bytes" kio_http: (32707) "Last-Modified: Wed, 11 Jun 2003 05:31:23 GMT" kio_http: (32707) "ETag: "807deb1da2fc31:a3c"" kio_http: (32707) "Content-Length: 47181" Note the Content-Location header. That means that no relative paths get loaded correctly, including images, stylesheet or script pages.
Konqueror's behaviour is correct. *** This bug has been marked as a duplicate of 82747 ***