English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have several pages already indexed in Yahoo! Google and MSN. Now I'm re-designing my website with brand new pages and removing many of those pages. What should I do in order that I won't lose my visitors when they click on those dead links? In plain english please :-) Thanks in advance!

2006-09-13 13:38:07 · 5 answers · asked by dds502 4 in Computers & Internet Programming & Design

5 answers

Place this coad above the body section ie; Insite the head section !

Now you can enjoy !
You can also change the value of refresh by changing CONTENT;

If the CONTERNT = 5 the page redirect to yahoo.com only after the 5 seconds !
Oky !
Enjoy !

2006-09-13 14:16:13 · answer #1 · answered by Anonymous · 0 0

There are several ways, categorized into 2 categories:

1. redirect right with HTTP immediately; I just did that within JSP (Java Server Pages) but the equivlent should exist with ASP and CFML.
<% request.sendRedirect("...") %> in JSP; as far as I know the network HTTP packet is sent after done processing page.

2. redirect using HTML code. That you can checkout of those pages that says "You will be redirected to ... in ... seconds"

2006-09-13 13:50:26 · answer #2 · answered by Andy T 7 · 0 0

Use this code in the body of your index page:


Redirecting to http://HERE'S WHERE YOU PUT YOUR NEW SITE URL...
(your browser should jump there automatically in 5 seconds.)



You may also want to put in the body a paragraph stating that you've moved to (your new url) and that people should bookmark it, and that the page will automatically redirect in 5 seconds.

That's it!

2006-09-13 14:09:22 · answer #3 · answered by dreamcatweaver 4 · 0 0

Get some professional help here-

http://tinyurl.com/o5e26

2006-09-15 01:49:11 · answer #4 · answered by Anonymous · 0 0

If they are php files then just use this tag
header("location: newpage.php");
?>

2006-09-13 14:15:33 · answer #5 · answered by eagle4life69 2 · 0 0

fedest.com, questions and answers