jQuery UI Tabs and absolute links

jQuery UI Tabs and absolute links

Hi. I have Tabs installed in a webpage and have run into a curious problem regarding links.

One of the tabs (REGLAS) is a link to an external html file with simple plain text (no code).

The original file is located in a subdirectory, which is also a subdomain. You can access this directory in one of three ways:

http://eventos.canariaspoker.org/champions.php
http://canariaspoker.org/eventos/champions.php
http://www.canariaspoker.org/eventos/champions.php

Due to some problems I had with relative addresses (which you can notice because the css files won't upload if you type in the first address), I wrote the linked address in an absolute http address:

http://canariaspoker.org/legoland/cpev_reglas_champions.html

The funny thing is that, even though the link is an absolute address, it will not upload if I use the first or third addresses, but only in the second address.

I did try changing the linked address and added www to it:

http://www.canariaspoker.org/legoland/cpev_reglas_champions.html

And now, it won't load under the second address, but it will load under the third.

Somehow, it needs to have the same root address as the one with Tabs installed.

Could anyone explain why this is happening and what are the solutions to the problem? Currently, my workaround is to have all the files in the same directory, even though it ends up being a bit messy.

Thanks for the help.