Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Website redirect

0 views
Skip to first unread message

clc

unread,
Jul 8, 2005, 4:08:36 AM7/8/05
to
I have just got my self a new larger website and want to redirect viewers
from the old website to the new website. They are on different servers.I
want to leave a page on my old website that tells people of the new website
address and automatically redirects them (in say 3 seconds). How can I do
this using fusion 7.5


Andy Heer

unread,
Jul 8, 2005, 4:47:39 AM7/8/05
to
Put some text on the home page of the old web site, along the lines of:

"We now have a new and better site at www.newsite.com

If your browser doesn't redirect you please click here"

Between the head tags put:
<meta http-equiv="refresh" content="3;url=http://www.newsite.com/">

Andy

gotFusion Extended Support

unread,
Jul 8, 2005, 1:24:34 PM7/8/05
to
Andy Heer said:
| Put some text on the home page of the old web site, along the lines
| of:
|
| "We now have a new and better site at www.newsite.com
|
| If your browser doesn't redirect you please click here"
|
| Between the head tags put:
| <meta http-equiv="refresh" content="3;url=http://www.newsite.com/">


Make the meta delay at least 15 seconds. Anything shorter than 10 seconds
cause some spiders that visit to panelize the site in the ranking algorithm.

As Andy pointed out always have a hard link as well as the meta redirect for
spiders to follow, this can be text or a graphic it doesn't matter.


--
Mike - (a.k.a. turtle) - gotFusion Extended Support
http://www.gotfusion.com

Start receiving gotFusion extended product support today
http://www.gotfusion.com/subscriptions/

gotFusion tutorial list
http://www.gotfusion.com/menu/tuts_by_topic.cfm

--


0 new messages