我试图按照 web.config 中的规则将 pdf 重定向到 pdf
<rule name="r_1" stopProcessing="true">
<match url="^/media/peedin5t/xxx.pdf$" ignoreCase="false" />
<action type="Redirect" url="/media/beebz4yx/xxx1.pdf" redirectType="Permanent" />
</rule>
即使我清除了缓存仍然无法正常工作