We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ccb1b commit 83a5e37Copy full SHA for 83a5e37
web.config
@@ -96,6 +96,12 @@
96
<remove fileExtension=".woff" />
97
<mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
98
</staticContent>
99
+ <httpErrors errorMode="DetailedLocalOnly" defaultResponseMode="File" >
100
+ <remove statusCode="403" />
101
+ <remove statusCode="404" />
102
+ <error statusCode="403" path="40x.html" />
103
+ <error statusCode="404" path="40x.html" />
104
+ </httpErrors>
105
</system.webServer>
106
107
</configuration>
0 commit comments