Forum Moderators: phranque

Message Too Old, No Replies

Migrate URLs from old site

         

aspdaddy

10:56 am on Jun 11, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Both sites LAMP, new uses a bespoke CMS which will change the URL of the document.

Once all the documents and content are migrated, whats the options to ensure that users using the old links are forwarded to the new urls ?

Can mod_rewrite be used? If so can it be populated by a spreadheet/csv file


Thanks/

phranque

1:37 pm on Jun 11, 2011 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



using mod_rewrite, internally rewrite old urls to a script that uses the csv file to respond with a 301 redirect or a 404 Not Found as appropriate.

aspdaddy

2:24 pm on Jun 11, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks