Hello,
I have a MIVA 5.5 PR10 MMUI with CSS store running on an apache server.
I removed the first letter from 6 categories and all the products in those categories and cleaned up the links that go to them on my 2nd site which has order buttons goint to my MIVA store site. I got over a hundred 404 errors on Bing because of this change even though I cleaned up the links code. I would like to do a general rewrite to redirect them so there are not so many redirects. Would the examples below work…if not, what do I need to do?
I left off the first part of my URL in examples below (http://mydomain.com/merchant2/merchant.mvc?)
(I want to redirect category below and all it’s products below from C-DC to just DC) Screen=PROD&Product_Code=C-DC-1234 &Category_Code=C-DC
Would this be the correct redirect?
Screen=PROD&Product_Code=C-DC\? &Category_Code=C-DC
Screen=PROD&Product_Code=DC\? &Category_Code=DC [R=permanent,L]
Do I also need to do a redirect for the category C-DC to redirect to DC ?
Thank you in advance for your help!
Iris
I have a MIVA 5.5 PR10 MMUI with CSS store running on an apache server.
I removed the first letter from 6 categories and all the products in those categories and cleaned up the links that go to them on my 2nd site which has order buttons goint to my MIVA store site. I got over a hundred 404 errors on Bing because of this change even though I cleaned up the links code. I would like to do a general rewrite to redirect them so there are not so many redirects. Would the examples below work…if not, what do I need to do?
I left off the first part of my URL in examples below (http://mydomain.com/merchant2/merchant.mvc?)
(I want to redirect category below and all it’s products below from C-DC to just DC) Screen=PROD&Product_Code=C-DC-1234 &Category_Code=C-DC
Would this be the correct redirect?
Screen=PROD&Product_Code=C-DC\? &Category_Code=C-DC
Screen=PROD&Product_Code=DC\? &Category_Code=DC [R=permanent,L]
Do I also need to do a redirect for the category C-DC to redirect to DC ?
Thank you in advance for your help!
Iris
Comment