mileage Posted March 7, 2007 Posted March 7, 2007 Hello all, I hope some one can help. I retired my oscommerce (osCommerce 2.2-CVS) and installed the new osCommerce 2.2-MS2. After long troubleshooting importing mysql into new osCommerce 2.2-MS2, I gave up and Add all products manually. 200+ prods Google / Yahoo and other engine show the old products links e.g http://www.mysite.com/catalog/product_info...products_id=381 How can I redirect http://www.mysite.com/catalog/product_info...products_id=381 TO http://www.mysite.com/catalog/new-link-p-212.html What is the easiest way to redirect old link to new link? Thanks in advance.
ErollorD Posted March 7, 2007 Posted March 7, 2007 hm, I would solve this problem something like this. Probably the old product id's and new product id's are not the same, so I would add an extra input to the product where I would insert the new link or only product id - we will call it Redirect_id. Then I would set a function in product_info.php, where it would export data from database for specific product and export the Redirect_id and you just set meta tags or header redirection...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.