Hello, I am ready to launch my MIVA CSSUI dev site. It will replace my live MMUI site. Both sites are MM5.5 with the latest PR version and updates.
The live site Product URL with the long links looks like this:
http:// (I put this space her because it is shortening my URL when I preview it)
store.mydomain.com/merchant2/merchant.mvc?Screen=PROD&Store_Code=BSAW&Product_C ode=S-SC-WS6502&Category_Code=SC
There is also no space in Product_Code but it is being shown in the preview with a space after the C
The dev site with short links product URL looks like this:
I am not a developer and do not know how to write the code for this. Please can someone provide the code I would need to use to do this?
I need help with the correct rewrite code for my .htaccess file to go from one to the other. I have 800+ products. Since the dev site does not have the CTGY code in the URL, would it be possible to have a rewrite code that would redirect every product from the old site to the new site with short links by putting something at the end of the rewrite code telling it to ignore the Category_Code="whatever that code might be" or would there need to be a rewrite code for all 75 categories to each be ignored?
Is it better for SEO purposes to do individual 301 redirects for all 800 products? I do not know how many 301 redirects is too many for the spiders to deal with.
On my categories, the name of the categories will be changing so I will need to do a 301 redirect for all the categories. Do I just do a standard 301 redirect from one URL to another URL for each one?
Thank you in advance for any help or suggestions you can give me.
Sincerely, Iris
The live site Product URL with the long links looks like this:
http:// (I put this space her because it is shortening my URL when I preview it)
store.mydomain.com/merchant2/merchant.mvc?Screen=PROD&Store_Code=BSAW&Product_C ode=S-SC-WS6502&Category_Code=SC
There is also no space in Product_Code but it is being shown in the preview with a space after the C
The dev site with short links product URL looks like this:
I am not a developer and do not know how to write the code for this. Please can someone provide the code I would need to use to do this?
I need help with the correct rewrite code for my .htaccess file to go from one to the other. I have 800+ products. Since the dev site does not have the CTGY code in the URL, would it be possible to have a rewrite code that would redirect every product from the old site to the new site with short links by putting something at the end of the rewrite code telling it to ignore the Category_Code="whatever that code might be" or would there need to be a rewrite code for all 75 categories to each be ignored?
Is it better for SEO purposes to do individual 301 redirects for all 800 products? I do not know how many 301 redirects is too many for the spiders to deal with.
On my categories, the name of the categories will be changing so I will need to do a 301 redirect for all the categories. Do I just do a standard 301 redirect from one URL to another URL for each one?
Thank you in advance for any help or suggestions you can give me.
Sincerely, Iris

Comment