Forum Moderators: open

Message Too Old, No Replies

Redirect help needed!

         

StuntasticAudi

10:52 pm on Feb 3, 2006 (gmt 0)

10+ Year Member



Hello,

I need to have my domain name redirected randomly to 3 different sites. Now I know how to do that but what i would like to have is for it to show the original domain name in the url address field.

Right now when it gets redirected it will go to that site and show it's url in the address bar. I guess the right word for it is "Masked Forward"

any help will be appriciated..
thanks

RonPK

11:00 am on Feb 4, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The only way to achieve that is by using a frameset, basically like this:

<frameset rows="0, *"> 
<frame src="foo.html">
<frame src="http://www.othersite.tld">
</frameset>

Needless to say that most people appreciate seeing the correct URL in the address bar.