The tag below ceates a link to a page without having to provide the full URL:
<a href="foo.html">link</a>
So if you click it from example.com/
, you'll go to example.com/foo.html
. Is there a way to create a link that'll go to example.com:port/foo.html
instead?