File tree Expand file tree Collapse file tree
source/nodejs/adaptivecards-site/themes/adaptivecards/source Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 </staticContent >
1818 <rewrite >
1919 <rules >
20- <rule name =" Documentation" stopProcessing =" true" >
21- <match url =" ^documentation/(.*)$" />
22- <action type =" Redirect" redirectType =" Permanent" url =" https://docs.microsoft.com/adaptive-cards" />
23- </rule >
24- <rule name =" Archives" stopProcessing =" true" >
25- <match url =" ^archives/(.*)$" />
26- <action type =" Redirect" redirectType =" Permanent" url =" /blog/{R:1}" />
27- </rule >
28- <rule name =" BlogPosts" stopProcessing =" true" >
29- <match url =" ^blog/2018/10/12/Announcing-1.1/$" />
30- <action type =" Redirect" redirectType =" Permanent" url =" /blog/2018/Announcing-1.1/" />
31- </rule >
32- </rules >
20+ <rule name =" RedirectToNewDomain" stopProcessing =" true" >
21+ <match url =" (.*)" />
22+ <action type =" Redirect"
23+ url =" https://adaptivecards.microsoft.com/{R:1}"
24+ redirectType =" Permanent" />
25+ </rule >
26+ </rules >
3327 </rewrite >
3428 </system .webServer>
3529</configuration >
You can’t perform that action at this time.
0 commit comments