We're preparing to migrate from Zen Cart 154 to Open Cart 3.0.3.1 and we have approximately 1750 products, the product IDs match in both stores. We use native urls in Zen but would like to switch to seo URLs in Open Cart. The store will be in the root folder.
What's the smartest and least risky way to execute the 301 redirect?
Any help would be appreciated. Thanks!
Regards,
Paul
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
We're attempting to migrate from Zen Cart to Open Cart. We use native urls (products_id=1) in Zen but will be using seo URLs in Open Cart. The store will be in the root folder. This is the redirect we're trying to use:
RewriteCond %{QUERY_STRING} products_id=1$ [NC]
RewriteRule ^(index\.php)?$ https: // www. the web site .ca/bw-10-printed-envelopes [R=301,L]
This page does redirect to the Open Cart product page but the url includes information from the Zen Cart site as shown here:
https: // www. the web site .ca/bw-10-printed-envelopes?main_page=product_info&cPath=8_1_381&products_id=1
Can anyone give us an idea what might be causing this?
Any help is appreciated. Thanks.
Regards,
Paul
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
Code: Select all
RewriteCond %{REQUEST_URI} product_id=1
RewriteRule .* https://www.thewebsite.ca/bw-10-printed-envelopes [R=301,L]
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
Users browsing this forum: No registered users and 6 guests