Over 40,000 Url's To Redirect Problem

Hi,

What is the best way to add URL redirects for over 40,000 URL's ?

I currently know about adding each URL to .htaccess file but not sure if that will be the best way.

Thanks.

there are bulk utilities such as this one

https://donatstudios.com/RewriteRule_Generator

Hi

Are you redirecting to a new site? ie www.site1.com - www.site2.com

If you are and you have access to Cpanel then you could try this......

RewriteEngine on
RewriteCond %{HTTP_HOST} ^site1\.co\.uk$ [OR]
RewriteCond %{HTTP_HOST} ^www\.site1\.co\.uk$
RewriteRule ^(.*)$ "http\:\/\/www\.site2\.co\.uk\/$1" [R=301,L]



CREATE NEW .HTACCES FILE AND IN CP PANEL DO A WILD CARD REDIRECT (SHOULD BE LIKE ABOVE)

this should work if you have the same products/seo on both sites and on same server I think

NOT TESTED!!!!!

Regards

Barry

I assume you got sorted with this?

You had 2 replies, but no feed back, but you have been on forum and posted since!

Help the community and say what has or has not helped.