Version: (using KDE Devel) Installed from: Compiled sources There is something really weird going on in Konqueror when I try to go to the site "http://www.petro-points.com". None of the links work, nor do the images. If I right click on a link and copy it's location, I get this: http://192.168.130.34/ns-pp-prod/eng/index.asp Obviously this link will never work, it is referring to an inside address. But, if I view the page source, the link is fine: <a href="eng/index.asp"> The site works fine in Mozilla, as it should. Copying the link location in Mozilla gives you the correct URL: http://www.petro-points.com/eng/index.asp Some other notes with this: - There is no <base href=""> on the page, so that' snot the problem. - As you can see form the link, "ns-pp-prod" is not referred to anywhere, so I don't know where KHTML is getting that from. I don't know if this is a KHTML issue or a KIO issue or what, since it almost seems like KHTML is getting different HTML then what I get with "View Source".
Another oddity... if I middle click that link above to open in a new tab, the site mysteriously works! But if I click refresh on the original page, it continues to not work!
Well, the server is /still/ sending a Content-Location: http://192.168.130.34/nsppprod/index.html header for that page!
*** This bug has been marked as a duplicate of 82747 ***