Hi,
I am new enough, as in I've done this several times before, but also confirming I'm taking the right route in redirecting our site migration of over 10,000 urls! Basically, I feel good about how to structure the redirect, but wonder about server load and if I am simply doing this the best way. Here are some examples of my url structure for category and products:
Category Old Category New
http://www.example.com/c-3376-sailing-clothing-apparel.aspx http://www.example.com//sailing-clothing-apparel.html
http://www.example.com/c-307-cam-cleats-accessories.aspx http://www.example.com/hardware/cam-cleats-accessories.html
The first is a parent/root category, the 2nd is a child/2nd level category
Product Old
http://www.example.com/p-33476-musto-hpx-ocean-gore-tex-jacket.aspx
Product New
http://www.example.com/sailing-clothing-apparel/foul-weather-gear-rain-jackets/ocean/musto-hpx-ocean-gore-tex-jacket.html
I am planning on using the standard redirect as I did maintain the same category ID's in both systems. The products I can map from using the SKUs, which were maintained in both systems, but I'll have to use that to get the p number in the old product url. A little work, but not too bad.
The redirect format I am referring is:
RewriteRule ^old-url\.htm$ http://www.example.com/new-url.htm [NC,R=301,L]
Am I taking the correct track? Will this slow my server too much? Lastly, if no to either one, could you kindly provide a better solution/example or point me in the right direction?
Thanks so much!
[edited by: phranque at 10:17 am (utc) on May 13, 2015]
[edit reason] exemplified domains [/edit]