0
私はこのパターンを使用して書き換えモジュールを使用して、紺碧のウェブサイト上で永続的にリダイレクトをしようとgetを使用して:Azureのサーバーリダイレクトモジュールパラメータ
<rule name="Rewrite redirect-not-found-products-w" patternSyntax="ExactMatch" stopProcessing="true">
<match url="product/Product.aspx?product_id=287"/>
<action type="Redirect" url="https://example.com/product" redirectType="Permanent"/>
</rule>
をしかし、私はGETパラメータ
によっての世話をしたいと思います例では、リダイレクト:
example.com/product/Product.aspx?product_id=287
または
example.com/product/Product.aspx?product_id=35
Product.aspx/example.com/product
ではなく、製品全体
へ