Having some issues with Magento URLs. I've been tasked with redirecting the following ugly URLs
/accesories//accesories/bags-purses.html /accesories//accesories/bags-purses.html/cat/bags-purses
To
/accesories/bags-purses
I can't redirect using Magento's URLs rewrite manager because of the //. It won't except the path.
Does anyone have any ideas?
Also has anyone else faced this issue before? Why were URLs created like this? I've not used Magento before so any insight would be appreciated.