How to redirect keeping the referral without server-side redirects?
Posted
by
sergilazaro
on Pro Webmasters
See other posts from Pro Webmasters
or by sergilazaro
Published on 2014-01-26T14:52:33Z
Indexed on
2014/06/10
3:44 UTC
Read the original article
Hit count: 228
I have an HTML page hosted in Dropbox that some external websites link to. I want to redirect to a different page using only HTML or Javascript, since I can't use any server-side redirects.
My goal is to be able to keep the original referral information for analytics. I've tried different ways but they all end up showing up with no referral.
So if a blog that I have no control over (B) links to my public static page on Dropbox (D), and I want a redirect to the new page hosted elsewhere (N), I would like for the analytics for N to be shown as B, not D.
Is that even possible?
© Pro Webmasters or respective owner