i'm not sure how to do it...

liunx

Guest
well, i've seen it many times...but never figured out how to do it. I want to redirect my subdomain to another page.<br />
<br />
I want people to type in their address bar: 'www.gs.blaze947.com', and I want it to immeaditley take them to a page that:<br />
1) has a black background<br />
2) has the following centered in the middle of the page:<br />
a) <!-- m --><a class="postlink" href="http://s89942294.onlinehome.us/ghostsquad.jpg">http://s89942294.onlinehome.us/ghostsquad.jpg</a><!-- m --> <---that pic<br />
b) directly below that, a link that directs them to the following page: <br />
<!-- m --><a class="postlink" href="http://s89942294.onlinehome.us/index.html">http://s89942294.onlinehome.us/index.html</a><!-- m --> (and is named: Redirecting to Blaze947 homepage in 5 seconds, or click here now)<br />
and basically, I want it to redirect them to <!-- m --><a class="postlink" href="http://s89942294.onlinehome.us/index.html">http://s89942294.onlinehome.us/index.html</a><!-- m --> in 5 seconds after loading up the page. I want it to be masked as <!-- w --><a class="postlink" href="http://www.gs.blaze947">www.gs.blaze947</a><!-- w --> for the entire time..and the page titled 'Blaze947 - Ghost Squad' also for the entire time...<br />
<br />
plz help me out! thx!<!--content-->Why would you want to mask the URL like that? Such things would require frames, which are a horrible idea and should be avoided like the plague.<!--content-->you can also play with the default files on the server if you have direct access and you can also use a server transfer if you have the ability to do so. The most efficient way is frames and I agggree with paul.<!--content-->k, check this out<br />
<br />
this is how far i've gotten:<br />
<!-- m --><a class="postlink" href="http://s89942294.onlinehome.us/gs.html">http://s89942294.onlinehome.us/gs.html</a><!-- m --><!--content-->Originally posted by sir <br />
k, check this out<br />
<br />
this is how far i've gotten:<br />
<!-- m --><a class="postlink" href="http://s89942294.onlinehome.us/gs.html">http://s89942294.onlinehome.us/gs.html</a><!-- m --> find a better host, you are getting errors... I am getting server errors about too many connections. A) either they are trying to run a large opperation from a home version of iis, or the server is not setup for more users. The way to do this that would be the most accessable would be a server transfer. Atleast that is what I would do, an asp server transfer. I do not know a php, cgi, or jsp equiv.<br />
server transfer with asp or asp.net<br />
<% server.transfer("/theotherpage.html") %><br />
A server transfer is like a redirect but does not change the url bar... I find that to be a downside myself though.<br />
But you probably do not have the ability to do this. But anyways I will echo this again, why are you doing this, it seems kind of poinless.<!--content-->
 
Back
Top