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 ?