Forum Moderators: phranque
It seems that the <base href="http://www.example.com"> trick is not correctly interpreted by IE 7 Windows XP / Vista.
If you are on a page in this format:
http://www.example.com/news/123456
and then you click on another link like thispage.php, you are taken to:
http://www.example.com/news/thispage.php
instead of
http://www.example.com/thispage.php
A problem that doesn't occur under Firefox or Safari.
[edited by: jdMorgan at 2:25 pm (utc) on Sep. 21, 2008]
[edit reason] example.com [/edit]
I'd also advise not to depend on such client-side 'fixes'. Link to the correct canonical or server-relative URL so that you don't depend on the browser (or robot) to fix your links.
To be clear, link to "http://www.example.com/thispage.php" or to "/thispage.php" instead of linking to "thispage.php"
Jim