I am doing some URL re-writing. Using an old method with IIS6 on this server. Using Helicon Tech ISAPI_Rewrite (may help knowing what regex engine is).
Trying to match for this string:
International/Default.aspx?id=International%2fDefault
Basically I want to capture that and rewrite it to just default.aspx.
Problem....regular expressions drive me crazy for some reason. The simplest things always seems to be filled with caveats!
As soon as I introduce the "?" in my regular expression it will not match...argghhh.
Well I was sort of thinking the same thing. Then I was thinking their "tester" was buggy. Now I see that they use a server variable to manage querystrings and you cant properly pattern match beyond the ? so I'm not entirely crazy (except for the fact that Im stuck using this stupid product!).
Anyway I think I can see that this isnt going to fix my original problem anyway, but appreciate you answering so you can have some points :)
Anyway I think I can see that this isnt going to fix my original problem anyway, but appreciate you answering so you can have some points :)