I've done most of the conversion, I just need to add an .htaccess redirect
so that all of the old catalog pages that are indexed in the search engines
point to the new catalog pages.
Since Miva sometimes adds many variables, I'm not sure how to create an
htaccess file that encompasses all the ways that miva links to products.
Here's a sample line from my htaccess:
# Send a redirect from our old file to our new file
redirect permanent
h*tp://www.widget-fake-url.com/merchant.mv?Screen=PROD&Store_Code=GOESHERE&Product_Code=PRODUCT01
h*tp://www.widget-fake-url.com/store/product01.html
The problem comes when sometimes Miva interally links to a product, it
sometimes adds a &Category_Code=cat01 to the product URL.
So the another URL for the same product above would be:
h*tp://www.widget-fake-url.com/merchant.mv?Screen=PROD&Store_Code=GOESHERE&Product_Code=PRODUCT01&Category_Code=cat01
What is the best way to redirect each URL so it goes to the appropriate
shopsite moreinfo page?
Thanks,
Rodney