301 redirects and htaccess
POSTED by: on 04/27/2010
Comments OffSuppose you have a webpage named, for example, oldpage.html and for some reason or other you want to change it to, for example, newpage.html.
The problem is that maybe Google has already indexed oldpage.html and maybe people have already linked to oldpage.html, so if you change the page name all the links to the old name will be broken.
So what to do? The solution is called a 301 redirect, and works as follows:
READ MORE



