Teknik is a suite of services with attractive and functional interfaces.
https://www.teknik.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
353 B
9 lines
353 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<configuration> |
|
<system.webServer> |
|
<httpErrors> |
|
<remove statusCode="404" subStatusCode="-1" /> |
|
<error statusCode="404" prefixLanguageFilePath="" path="http://error.teknik.io/404" responseMode="Redirect" /> |
|
</httpErrors> |
|
</system.webServer> |
|
</configuration>
|
|
|