apologies that this isn't a debian specific question, but I'd really like some advice!
I have a script that generates absolute file URLS as hrefs in an html file.
I had a similar script that worked great when the links were relative. Now I want to span multiple drives.
However, if I click on the link, the URL is treated as relative and the browser prepends the current path, and so the link doesn't work.
If I inspect the link, sure enough, the browser has added a dot to the front.
However, if I view source, as expected, the dot isn't there and the link works as intended when clicked on.
This happens in firefox and chrome, so I suspect it's some kind of same origin policy.
Is there a way of disabling or working around this behaviour? It's extremely annoying, as I want my links to span more than one disk.
No, I'm not planning to run an http server to access the files for me.

Best wishes,
bitrat