Does anybody know of any method or existing script I can use to mask the address of a page.
For example, if I am on www.mysite.com and I click on a link which redirects to a page hosted on a free hosting site, eg www.freehost.co m/johndoe/content.htm, can the address shown in the browser be masked so it still looks like the page originates from www.mysite.com?
Googling around, I have found possible ways to do this using Javascript (not tried any so I don't know if they actually work) but I'd rather use PHP if possible. Javascript isn't much use if it's turned off at the user's end!
Please note - I know the most simple solution would be to move all content actually to www.mysite.com but my client does not want this for various reasons, and since they are paying the bill... :-)
Thanks in advance,
Jay
For example, if I am on www.mysite.com and I click on a link which redirects to a page hosted on a free hosting site, eg www.freehost.co m/johndoe/content.htm, can the address shown in the browser be masked so it still looks like the page originates from www.mysite.com?
Googling around, I have found possible ways to do this using Javascript (not tried any so I don't know if they actually work) but I'd rather use PHP if possible. Javascript isn't much use if it's turned off at the user's end!
Please note - I know the most simple solution would be to move all content actually to www.mysite.com but my client does not want this for various reasons, and since they are paying the bill... :-)
Thanks in advance,
Jay
Comment