File tree 1 file changed +11
-5
lines changed
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 68
68
<match url =" ^$" />
69
69
<action type =" Redirect" url =" introduction" />
70
70
</rule >
71
- <rule name =" redirect_resources" enabled =" true" stopProcessing =" true" >
72
- <match url =" (.*)\.Resources\.html$" />
73
- <action type =" None" />
74
- </rule >
75
71
<rule name =" remove_html_extension" enabled =" true" stopProcessing =" true" >
76
72
<match url =" (.*)\.html$" />
77
73
<action type =" Redirect" url =" {R:1}" />
105
101
<error statusCode =" 404" path =" 40x.html" />
106
102
</httpErrors >
107
103
</system .webServer>
108
-
104
+ <location path =" api" >
105
+ <system .webServer>
106
+ <security >
107
+ <requestFiltering >
108
+ <fileExtensions >
109
+ <remove fileExtension =" .resources" />
110
+ </fileExtensions >
111
+ </requestFiltering >
112
+ </security >
113
+ </system .webServer>
114
+ </location >
109
115
</configuration >
You can’t perform that action at this time.
0 commit comments