Thread
:
Scrapping a Website gracefully
View Single Post
08-10-2008, 06:18 AM
#
4
(
permalink
)
Houdas
Senior Member
Join Date: Dec 2006
Posts: 362
I understand what you want, and 301 redirects are still a solution
Or, you can use mod_rewrite:
Code:
Redirect permanent /<old_url> <new_url>
This way, the ranks should be preserved when moved from old to new url.
Houdas
View Public Profile
Find More Posts by Houdas