drosenfield_199
Jan 29, 2012Nimbostratus
uri rewrite for IIS conversion
Hi I am currently in the process of moving sites away from Microsoft ARR to F5
there are quite a few url rewrites involved and the syntax is causing me an issue
current rule on IIS looks like this
rule name="Rewrite to details"
match url="^Details/([0-9]+)/([a-z]+)" /
conditions logicalGrouping="MatchAll" trackAllCaptures="false" /
action type="Rewrite" url="PropertyDetails.aspx?HID={R:1}&L={R:2}" appendQueryString="false" /
/rule
the question is how do I write this in irule speak? just the match and the rewrite the rest doesn't matter
any help would be great