Im writing a personal site to strip, for lack of a better term, the top few posts from a few of my favorite forums. The problem that i've encountered is that each of these forums uses non-absolute refrences, so after the code is stripped from site1.com, the link would go from site1.com/post1 to mysite.com/post1, which is the incorrect link. The only solution i've found so far is the <head><base href="site1.com" /> tag, which can not be used multiple times for multiple sites. Not being able to put multiple sites worth of information on one page would of course defeat the purpose of coding this to being with.
Are there alternatives? How about for changing the base of all images? Being able to host the static images localy would greatly increase loadtimes and lower download ammounts (since the server is on my LAN).
I can post examples if needed. Thanks for the input.
I am looking for an alternative to the html <base>..!
Moderator: General Moderators