tags:

views:

5

answers:

0

We basically have about 30,000 urls and the problem at present is each url is exactly the same except for one character and we were wondering how we program it to mass 301 redirect, we basically have urls like the following.

myurl/Law-and-Order(PC)/?asin=B0DVRE87YMU

The correct url of the thousands of urls does not contain the / in the url, it looks like this.

myurl/Law-and-Order(PC)?asin=B0DVRE87YMU

So basically we have 30,000 urls with /? and 30,000 the same with only the ? in the url, would it be possible to send all the /? to the correct ? urls?

Really struggling to sort this out, any help would be a blessing.