-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb.config
22 lines (22 loc) · 1.03 KB
/
web.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<httpErrors>
<remove statusCode="404" subStatusCode="-1" />
<error statusCode="404" prefixLanguageFilePath="" path="/Korea-Korean-LCW/custom404page.aspx" responseMode="ExecuteURL" />
</httpErrors>
<!-- <rewrite>
<rules>
<rule name="CanonicalHostNameRule1" enabled="true" stopProcessing="false">
<match url="(.*)" />
<conditions>
<add input="{HTTPS}" pattern="off" ignoreCase="true" />
<add input="{HTTP_HOST}" pattern="^prodwip\.mobil\.com$" negate="true" />
<add input="{HTTP_HOST}" pattern="^prodstg\.mobil\.com$" negate="true" />
</conditions>
<action type="Redirect" url="https://lubes.mobil.com/korea-korean-lcw/{ToLower:{R:1}}" redirectType="Found"/>
</rule>
</rules>
</rewrite>-->
</system.webServer>
</configuration>