From: Fred the Ted on
I have a couple of old websites that I would like to do away with but the
likes of Google have a cache of these and I would like any surfer to be
automatically sent to another of my websites that is more up to date. Is
there an easy way to do this via FrontPage. I use FP 2002
From: IdaSpode on
Google" "301 redirect"

DJ

On Sun, 10 Jan 2010 08:32:01 -0800, Fred the Ted
<FredtheTed(a)discussions.microsoft.com> wrote:

>I have a couple of old websites that I would like to do away with but the
>likes of Google have a cache of these and I would like any surfer to be
>automatically sent to another of my websites that is more up to date. Is
>there an easy way to do this via FrontPage. I use FP 2002

From: Hot-text on
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Site moved...</title>
<meta http-equiv="refresh" content="0;URL=http://YOUR_NEW_SITE_ADDRESS">
</head>
<body>
YOUR_OLD_SITE_ADDRESS has moved to YOUR_NEW_SITE_ADDRESS
If your browser does not automatically redirect you in ) seconds,
click <a href="http://YOUR_NEW_SITE_ADDRESS">here</a> to go to the new site.
</body>
</html>


++++++++++++++++++++++++++++++


"Fred the Ted" <FredtheTed(a)discussions.microsoft.com> wrote in message
news:9F2D28F2-357D-4B44-9C74-7049752521B5(a)microsoft.com...
> I have a couple of old websites that I would like to do away with but the
> likes of Google have a cache of these and I would like any surfer to be
> automatically sent to another of my websites that is more up to date. Is
> there an easy way to do this via FrontPage. I use FP 2002

From: Patricia Geary on
Creating a 301 permanent Redirect
http://www.genealogy-web-creations.com/301-redirects.html

pat


"Fred the Ted" <FredtheTed(a)discussions.microsoft.com> wrote in message
news:9F2D28F2-357D-4B44-9C74-7049752521B5(a)microsoft.com...
>I have a couple of old websites that I would like to do away with but the
> likes of Google have a cache of these and I would like any surfer to be
> automatically sent to another of my websites that is more up to date. Is
> there an easy way to do this via FrontPage. I use FP 2002