Forum Moderators: open
RewriteRule
(.*?\.asp)(\?[^/]*)?/([^/]*)/([^/]*)(.+)? $1(?2$2&:\?)$3=$4?5/$5: [N,I]
Which is at the bottom of the documentation I believe, well I hate to say this but in my opinion and indeed my servers opinon too it's wrong the slash at the end should be removed this will look as follows
RewriteRule
(.*?\.asp)(\?[^/]*)?/([^/]*)/([^/]*)(.+)? $1(?2$2&:\?)$3=$4?5$5: [N,I]
what this will do is change a url from
[blah.com...]
to
[blah.com...]
if you want to change it to something else if you give some information as to what you want to change it from to, a couple of examples I'll see if I can help you out.
products/prod_id/22.htm