DaveC_53879
May 26, 2011Nimbostratus
Need help with a URL re-write
I need an iRule to look for "foldername" in the URL below,
http://web.com/foldername/tap/?empid=00000000
and then re-write to the URL below, removing "foldername" completely. The first URL may be HTTP or HTTPS.
https://newsub.newdomain.org/tap/?empid=00000000
Everything after "foldername" can be different and needs to stay as is, but this is the typical format. I only want to change URLs that contain the word "foldername".
I know how to remove /foldername, and how to re-write to the new URL, but not how to do both simutaneously. I tried 2 rules, 2 steps, but that didn't work and I can't get the format right to do it all in one rule.
I appreciate any and all help.
Dave