question

Status
Not open for further replies.

welsh

In Runtime
Messages
276
ok this is probally a really really newb question to ask but how do i get another site to display as my index page. whats the code i can use?
 
Yeah Me again,

From now Site 1 = Site where you want to redirect to Site 2
Site 2 = is where the visitor is going when they open Site 1.


<html>
<title>SITE1</title>
<head>
<meta http-equiv="refresh" content="1; url=http://www.SITE2.com/">
</head>
<body>
Welcome

<center>Some more text go here</center>
</body>
</html>

Explan:

http-equiv=refresh - refreshing the page
content="1 - this mean will refresh after 1 sec. (you can change it if you want)
url="http://www.the_site_in_internet.com - this is where the browser is jumping after the refresh..........................
 
still planin, though im going away on july 28th to august 22nd-23rd. so when i get back ill be trying to get it started n finished.
 
Status
Not open for further replies.
Back
Top Bottom