vkloss
08-03-2011, 12:52 PM
Hi there,
I have a rather strange URL from my client's old website that I need to redirect.
It goes like this. I need to change this:
http://www.mrmoco.com/index2.htm?sidebar.htm&/Products/Rigs/milo.htm
Into this:
http://www.mrmoco.com/Products/Rigs/milo.htm
Basically, I just need to remove this part of the query string: "index2.htm?sidebar.htm&/"
This rule should obviously only happen if such a string exists within the URL.
It's not a customary query string. I don't know if that makes any difference, but it has stopped my simplistic solutions from working.
Any help much appreciated.
-Victor
I have a rather strange URL from my client's old website that I need to redirect.
It goes like this. I need to change this:
http://www.mrmoco.com/index2.htm?sidebar.htm&/Products/Rigs/milo.htm
Into this:
http://www.mrmoco.com/Products/Rigs/milo.htm
Basically, I just need to remove this part of the query string: "index2.htm?sidebar.htm&/"
This rule should obviously only happen if such a string exists within the URL.
It's not a customary query string. I don't know if that makes any difference, but it has stopped my simplistic solutions from working.
Any help much appreciated.
-Victor