Hiding What Site You're On (Branding Issues)
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-03-19T14:23:52Z
Indexed on
2010/03/19
14:31 UTC
Read the original article
Hit count: 148
web-development
Here's the scenario:
I have a private site that, once logged on, will display different information depending on the attributes of your account: the pages are branded differently based upon what company you are associated with.
The problem is the companies linking to this site want everything to be displayed as their own brand, and do not want to see my brand anywhere, especially in the URL (i.e. from www.theirbrand.com they do not want to have links to www.mybrand.com).
Is there an elegant solution to this? Is the best option to add a page on www.theirbrand.com that contains an iframe with a source of www.mybrand.com (I'm not sure if that would interfere with back/forward navigation, etc), or is there a better way?
© Stack Overflow or respective owner