0

I have a relative link, such as <a href='file.ext'>text</a>

It works fine for me, but recently we've been logging 404s on it. It seems a certain version of FF3.5 uses it as a link relative to the base domain, not the current directory (which was intended).

Can someone confirm this is a browser compatibility problem? Testing with other browsers, as well as other versions of FF seemed to work fine.

JNF
  • 3,696
  • 3
  • 31
  • 64

1 Answers1

0

3.5 and not 3.6? I wouldn't worry about it. Might not even be a real browser. 3.5 should have auto updated to 3.6. (And 3.6 now nags users continually to upgrade to 12.)

Still, it's important to know that older versions of FF reference files a bit differently. They reference files in relation to the page. Are you sure the 404's are always in hrefs? Could they be loaded via CSS or other methods? That might explain it.

Some info here, and you'll see that the issue has changed with newer versions of FF: Reference app relative virtual paths in .css file

You might also try using double quotes. You can download older versions (eg 3.6) of FF and test it yourself. http://www.mozilla.org/en-US/firefox/all-older.html

Community
  • 1
  • 1
user1337
  • 827
  • 7
  • 18