mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
Redirect fix for Disqus
This commit is contained in:
parent
2017dcdc9a
commit
c4e3b84199
|
@ -63,8 +63,8 @@
|
||||||
<match url="(.*)page/(\d+)/(.*)" />
|
<match url="(.*)page/(\d+)/(.*)" />
|
||||||
<action type="Redirect" redirectType="Permanent" url="/{R:1}{R:3}" />
|
<action type="Redirect" redirectType="Permanent" url="/{R:1}{R:3}" />
|
||||||
</rule>
|
</rule>
|
||||||
<rule name="(2015-05) Build Info Pages">
|
<rule name="(2015-12) Build Info Pages">
|
||||||
<match url="^actions/info/(\d+)/(\?.+)?$" />
|
<match url="^actions/info/([0-9a-f-]+)/(\?.+)?$" />
|
||||||
<action type="Redirect" redirectType="Permanent" url="/build/{R:1}/{R:2}" />
|
<action type="Redirect" redirectType="Permanent" url="/build/{R:1}/{R:2}" />
|
||||||
</rule>
|
</rule>
|
||||||
</rules>
|
</rules>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user