if a php include script calls a page from an outside domain, how do you keep those links absolute?
so if somedomain.com has a script
include 'otherdomain.com/page.html';
can the links on the otherdomain.com/page.html be kept intact and still point to paths on otherdomain.com
?