Joel Liu's personal annotations on this page
-
The best way to redirect those pages is by using something called a "301 Redirect". What this 301 redirect does, is it blatantly redirects to a different page when it is triggered, what makes the 301 redirect the best, is that not only does it accomplish your redirect, it does it safely, no having to worry about the search engines penalizing you for it! To be specific, the 301 redirect tells the browser, or in other cases, it tells the search engines "Hey this page has been moved, here is the correct URL!". Think of it as you getting mail that is not addressed to your name, possibly addressed to somebody who has lived there prior to yourself, what do you do? You tell the post man (or woman) "Hey they dont live here anymore, here is the correct address". It is the same concept guys, pretty simple if you asked me!
This link has been bookmarked by 159 people . It was first bookmarked on 04 Jul 2006, by Dan M.
-
RJ Leamanvarious methods of redirecting urls
-
joshengleHow to redirect a web page, the smart way\n\nThe internet today is full of webmasters that are always updating, editing and even deleting web pages.
-
Kevin Pike#
<script runat="server">
#
private void Page_Load(object sender, System.EventArgs e)
#
{
#
Response.Status = "301 Moved Permanently";
#
Response.AddHeader("Location","http://www.new-url.com/");
#
}
#
</script> -
fulvius longhiDon’t lose PageRank! Steven Hargrove gives you the code to redirect using htaccess, Mod_Rewrite, IIS, ColdFusion, ASP, Java, Perl, Ruby and PHP
-
-
The best way to redirect those pages is by using something called a "301 Redirect". What this 301 redirect does, is it blatantly redirects to a different page when it is triggered, what makes the 301 redirect the best, is that not only does it accomplish your redirect, it does it safely, no having to worry about the search engines penalizing you for it! To be specific, the 301 redirect tells the browser, or in other cases, it tells the search engines "Hey this page has been moved, here is the correct URL!". Think of it as you getting mail that is not addressed to your name, possibly addressed to somebody who has lived there prior to yourself, what do you do? You tell the post man (or woman) "Hey they dont live here anymore, here is the correct address". It is the same concept guys, pretty simple if you asked me!
-
-
-
Redirect 301 /old/old.html http://www.you.com/new.html
-
-
Gary BurgeTo be specific, the 301 redirect tells the browser, or in other cases, it tells the search engines "Hey this page has been moved, here is the correct URL!".
-
-
How to redirect a web page, the smart way
-
-
Paul Terry WalhusLets say you are updating your website completely, changing the names of page's filenames (ex: file.html to file.php) and so on, this is great, you should stay updated! But what if you want to get rid of those old pages without having to worry about those
-
Simon Bricolotips pour les redirections de page
-
-
page, the sm
-
-
Shanta RohseSteven Hargrove discusses 8 different ways to accomplish a 301 redirect, including 301 redirect using htaccess, 301 redirect using IIS, 301 redirect using PHP, and more.
-
shake1282How to redirect a web page, the smart way
-
-
How to redirect a web page, the smart way
-
How to redirect a web page, the smart way
- 1 more annotations...
-
-
xflash ManuelRedirecionar paginas.
-
Chris LottA quick little guide on various ways to PROPERLY redirect a page that has moved
-
-
.hta
-
Page Comments
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.