Skip to content

Commit

Permalink
Create web.config
Browse files Browse the repository at this point in the history
  • Loading branch information
szxhz committed Jul 16, 2023
1 parent 548094e commit 193ed93
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.webServer>
<httpErrors errorMode="Custom">
<remove statusCode="404" subStatusCode="-1"/>
<error statusCode="404" prefixLanguageFilePath="" path="404.html" responseMode="File"/>
</httpErrors>
</system.webServer>
</configuration>

0 comments on commit 193ed93

Please sign in to comment.