In our installation we use relative urls for generating links. So every link in the sourcecode is like page.html and not like http//:www.domain.com/page.html Unfortunately Internet Explorer has big problems with this setting.
The link "newpage.html" as a link on the page http//:www.domain.com/subfolder/page.html is resolved by IE
incorrectly into this way:
http//:www.domain.com/subfolder/newpage.html
All other browsers have no problems resolving the link
correctly to:
http//:www.domain.com/newpage.html
Does anybody have an idea what we might have done wrong in our settings?