Hi/index.php?page=search&menu=home&search=xlshirt
This URL is taken from a variable. But it now needs to be used in a mobile site, and as such, part of the URL needs changing.
So - I need to change "index.php" to "index_ip.php", "page=search" to be "page=isearch" and remove "&menu-home"... if possible.
I really can't see see how to do it. I thought a simple find and replace, but I'm not getting it right.
There must be a simpler way.