Which redirecting method would you use?

Which redirecting method is the best, i mean technically and human :D, if you have to redirect more then 5,000 pages (urls) from your old store to a new one, e.g CS Cart?



Say your opinion.

Hello love :wink:



I use CPanel to do so - > Redirects. You can do Temporary or Permanent redirections. File, files, folders with or without www. See below.



[url]http://drupal.org/files/cpanel-redirects.png[/url]



Byeeeeee!

[quote name=‘Noman’]Hello love :wink:



I use CPanel to do so - > Redirects. You can do Temporary or Permanent redirections. File, files, folders with or without www. See below.



[URL]http://drupal.org/files/cpanel-redirects.png[/URL]



Byeeeeee![/quote]



Hi,



did you mean, you redirect 5,000 urls with cPanel? :shock: :idea: :?:

yeah, I can assist you if you pop in for a cup of coffee :slight_smile:



Can’t be done? And what’s the point of redirecting everything?

[quote name=‘Noman’]yeah, I can assist you if you pop in for a cup of coffee :slight_smile:



Can’t be done? And what’s the point of redirecting everything?[/quote]



Hi,



thanks, but I need nothing to redirect. The question is:



“Which method of redirecting would you use?”



:wink:

P.S. How big would be your htaccess file if you put 5,000 links in?
Or did you mean a simply 301?

[quote name=‘indy0077’]P.S. How big would be your htaccess file if you put 5,000 links in?
Or did you mean a simply 301?
[/quote]



Bloody huge, that and SLOW. Every page request gets read from the .htaccess files first. 5000 lines of code + original page weight = nightmare.:twisted:

[quote name=‘JesseLeeStringer’]Bloody huge, that and SLOW. Every page request gets read from the .htaccess files first. 5000 lines of code + original page weight = nightmare.:twisted:[/quote]



:o we must wait for Noman, what he will say.

If you have a huge of pages and rebuild your page structure ( I don’t mean when you move your site to other domain) and your new page e.g. looks like:



Before: http://www.mysite.com/newreply.php?do=newreply&noquote=1&p=63451After: http://www.mysite.com/newreply-in-your-article/
then you can use only 404 redirect.



Bye