復(fù)制代碼 代碼如下:
<system.webServer>
<rewrite>
<rules>
<rule>
<match url="^.*/.(rar|zip)$" ignoreCase="true" />
<conditions>
<add input="{HTTP_REFERER}" pattern="http://www.huudi.com/.*" negate="true" />
<add input="{HTTP_REFERER}" pattern="http://wt.vevb.com/.*" negate="true" />
</conditions>
<action type="Rewrite" url="/no.html" />
</rule>
</rules>
</rewrite>
</system.webServer>
新聞熱點(diǎn)
疑難解答
圖片精選