You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
388 B
XML
10 lines
388 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration>
|
|
<system.webServer>
|
|
<httpErrors errorMode="Custom">
|
|
<remove statusCode="404" subStatusCode="-1" />
|
|
<error statusCode="404" prefixLanguageFilePath="" path="https://www.asiahighlights.com/error/page_not_found" responseMode="Redirect" />
|
|
</httpErrors>
|
|
</system.webServer>
|
|
</configuration>
|