|
Hi,
Any input on this issues I have been trying to fix is much appreciated.
I am moving from Volusion to Magento, and I do not want to use a ton of 301 redirects on all my links. I was hopping to make the link identical during the migration, however, Volusion uses / in their URL string, and Megento uses -
Example:
Volusion URL string = website.com/shoes-s/44.html
Magento URL string = website.com/shoes-s-44.html
I need to change the -44.html to /44.html
Currently Magento inserts the dash by default
The only time I have been able to get the system to use a / is when it’s a subcategory. I need this function for all my categories as every Volusion cats uses / not just subcategories. My parent categories are the most important with many back links.
Thanks..
|