- Original Poster
- #1
Hi,
I'm currently migrating an X-Cart installation into Woocommerce. Most of it is straightforward apart from the existing URLs, where some of them rank rather well in Google, so I want topreserve them. Woocommerce advises me against:
That in itself wouldn't be so bad if the X-Cart installation had a similar structure so I could send product/product category prefixed URLs to the Woocommerce equivalents. However, literally every product/category/page in X-Cart resides in the root of the domain with no subdirectory separation. The only way I think I can realistically do it is to have a 500 odd line htaccess with individual 301s. Whilst the size of the ensuing htaccess scares me, when I read this:
www.seomike.com
I don't feel so scared! Anyone have any htaccess redirects of the several hundred magnitude that doesn't impact on the performance too badly?
Thanks
Dan
I'm currently migrating an X-Cart installation into Woocommerce. Most of it is straightforward apart from the existing URLs, where some of them rank rather well in Google, so I want topreserve them. Woocommerce advises me against:
"Removing /product/, /product-category/, or /shop/ from the URLs is not advisable due to the way WordPress resolves its URLs."
That in itself wouldn't be so bad if the X-Cart installation had a similar structure so I could send product/product category prefixed URLs to the Woocommerce equivalents. However, literally every product/category/page in X-Cart resides in the root of the domain with no subdirectory separation. The only way I think I can realistically do it is to have a 500 odd line htaccess with individual 301s. Whilst the size of the ensuing htaccess scares me, when I read this:
How Many htaccess Redirects Are Too Many?
How many htaccess redirects are actually too many? I've never heard a good answer to that question so I decided to test for myself and was surprised.
www.seomike.com
I don't feel so scared! Anyone have any htaccess redirects of the several hundred magnitude that doesn't impact on the performance too badly?
Thanks
Dan