因此,如果我没有 wibble 的用户代理,我应该能够访问 rsstest/test.xml 并被转发到 article.xml。
为什么这不起作用?
<rule name="df" patternSyntax="ExactMatch" stopProcessing="true">
<match url="^rsstest/test.xml" negate="true" />
<conditions>
<add input="{HTTP_USER_AGENT}" pattern="Wibble" negate="true" />
</conditions>
<action type="Rewrite" url="article.xml" />
</rule>
提前致谢