Diverting all pages to another website

F

Fred the Ted

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
 
H

Hot-text

<!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>


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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top