Redirect fix for Disqus

This commit is contained in:
Thomas Hounsell 2015-12-20 20:50:58 +00:00
parent 2017dcdc9a
commit c4e3b84199

View File

@ -63,8 +63,8 @@
<match url="(.*)page/(\d+)/(.*)" />
<action type="Redirect" redirectType="Permanent" url="/{R:1}{R:3}" />
</rule>
<rule name="(2015-05) Build Info Pages">
<match url="^actions/info/(\d+)/(\?.+)?$" />
<rule name="(2015-12) Build Info Pages">
<match url="^actions/info/([0-9a-f-]+)/(\?.+)?$" />
<action type="Redirect" redirectType="Permanent" url="/build/{R:1}/{R:2}" />
</rule>
</rules>