barry
06-08-2005, 03:51 PM
I've recently moved my page from geocities to another IP. I have set up a redirect page at my geocites site that contains the following line:
<meta http-equiv="REFRESH" content="10;url=http://newsite.org">
The problem: When the user types in www.geocities.com/oldsite they see the redirect page and then are redirected to the new site. But, the address bar still shows www.geocities.com/oldsite. If the user clicks on any of the links within the new site the address bar NEVER changes.
How can I redirect them so that the new address will show up, thus allowing them to add it to their favorites.
<meta http-equiv="REFRESH" content="10;url=http://newsite.org">
The problem: When the user types in www.geocities.com/oldsite they see the redirect page and then are redirected to the new site. But, the address bar still shows www.geocities.com/oldsite. If the user clicks on any of the links within the new site the address bar NEVER changes.
How can I redirect them so that the new address will show up, thus allowing them to add it to their favorites.