I had urls like this:
http://www.domain.com/index.php?route=product/product&path=someString&product_id=1111111
and I need to redirect al requests coming to index.php to this:
http://www.domain.com/p/1111111/
I am aware of apache's methodology via .htaccess, but how do I do it on IIS7 ?
You should be able to do this with the IIS 7 URL Rewrite module.
Try the following rule (I'm assuming it's an inbound rule):