How to make a silent/transparent redirect?

damn1337

Registered Member
Joined
Aug 4, 2010
Messages
61
Reaction score
147
Hi there,

I hope that someone could help me with my prob! :) I have 3 websites and I would like to redirect them like this: site1.com -> site2.com -> site3.com
and on site3.com, site1.com should be shown as referer...
I know that this is possible with a 301 & 302 redirect but I need this in a script where a .js code should run fist! So not possible to use php or mod_rewrite function (.htaccess). I also know that prosper202 uses this but I'm not sure how they do! :-) Maybe they use XMLHttpRequest in combination with ajax ?! Would be nice if someone knows how its done or could share a script which it does!

Thanks
 
Back
Top