Hi all
i have spent some much time trying to work this out..
the problem
I'm using ISAPI Rewrite 3 with i think is just like Apache url re writer. i;m trying to get 3 matches.
page/fine_london.asp
^page/(\w+)_(\w+)\.asp is matches
$0 = page/fine_london.asp AND $1 = fine AND $2 = london
but i have a query like the one below where i need to match + - % and number for each match i can't work it out. so
^page/fine+edge-nail_london+%28west%28.asp
should match
$0 = page/fine+edge-nail_london+%28west%28.asp AND $1 = fine+edge-nail AND $2 = london+%28west%28
pls help as this is driving me mad.
thanx for looking.