2017-08-29 23 views

回答

1

它應該是這樣的:

<rule name="Redirect Home Detail Pages"> 
    <match url="^abc/xyz.aspx$" /> 
    <action type="Redirect" url="/abc/xyz" appendQueryString="True" redirectType="Permanent" /> 
</rule> 
+0

謝謝@VictorLeontyev – s15199d