<configuration>
  <location path="googlereview">
    <system.webServer>
      <httpRedirect enabled="true" destination="http://tinyurl.com/qwegh76asdfgg5" httpResponseStatus="Permanent" />
    </system.webServer>
  </location>
  <location path="products.htm">
    <system.webServer>
      <httpRedirect enabled="true" destination="http://domain.com/products" httpResponseStatus="Permanent" />
    </system.webServer>
  </location>
</configuration>