I want to point them to the correct URL in HTACCESS, as there is a handful of them, but I don't know how to do it when the URL has // in it.
For example:
http://www.site.co.uk/subcateg//Big-Special//XL-Shirt/
I want to point that to, for example:
http://www.site.co.uk/subcateg/33/Big-S ... /XL-Shirt/
This doesn't work:
Code: Select all
RewriteRule ^subcateg//Big-Special//XL-Shirt//?$ /subcateg/544/Big-Special/449/XL-Shirt// [R=301,L]