I have an apache 1.3.26 SSL enabled server that it servering a home page of:
<base href="www.myserver.com/Doc/">
I see some differences with difference browsers:
Internet Explorer, 6.0.2 takes the /Doc/ as part of the base URL
As does Netscape 4.7 but Netscape 6.2 does not; it only appear
To take the base URL as:
<base href="www.grc.nasa.gov">
Very strange?