도메인이 변경되서, 새 도메인으로 컨텐츠 연결 > 기술자료 | 해피정닷컴

도메인이 변경되서, 새 도메인으로 컨텐츠 연결 > 기술자료

본문 바로가기

사이트 내 전체검색

도메인이 변경되서, 새 도메인으로 컨텐츠 연결 > 기술자료

WindowsServer 도메인이 변경되서, 새 도메인으로 컨텐츠 연결

페이지 정보


본문

도메인이 변경되서, 기존 계정에 안내 페이지를 보여주기 위한 팁입니다.
하위 어떤 폴더 또는 파일명으로 접근해도 아래 지정된 안내페이지(app_offline.htm)이 열립니다.

1. app_offline.htm 
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>테스트</title>
</head>

<body>
</body>
</html>



2. Web.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.web>
        <httpRuntime enableVersionHeader="false" />
    </system.web>
    <system.webServer>
        <modules runAllManagedModulesForAllRequests="true" />
        <security>
            <requestFiltering />
        </security>
        <directoryBrowse enabled="false" />
        <rewrite>
            <rules>
                <rule name="Root Redirect">
                    <match url="^$" />
                    <action type="Rewrite" url="/index.html" />
                </rule>
            </rules>
        </rewrite>
        <defaultDocument>
            <files>
                <clear />
                <add value="app_offline.htm" />
            </files>
        </defaultDocument>

        <httpProtocol>
            <customHeaders>
                <remove name="X-Powered-By" />
            </customHeaders>
        </httpProtocol>
        <httpErrors errorMode="Custom" existingResponse="Replace">
            <clear />
            <error statusCode="503" path="App_Offline.htm" responseMode="File" />
        </httpErrors>
    </system.webServer>
    <system.diagnostics>
        <switches>
            <add name="ConnectionPoolPerformanceCounterDetail" value="4" />
        </switches>
    </system.diagnostics>    
</configuration>

댓글목록

등록된 댓글이 없습니다.


Total 69건 1 페이지
  • RSS
기술자료 목록
69
WindowsServer   9748  2017-11-17 07:40  
열람
WindowsServer   11489  2017-05-17 18:54  
67
WindowsServer   15234  2017-05-12 14:11 ~ 2017-05-30 00:00  
66
WindowsServer   13320  2017-05-04 15:25  
65
WindowsServer   11788  2017-03-04 04:58  
64
WindowsServer   18450  2017-03-04 04:17  
63
WindowsServer   10354  2017-03-04 02:47  
62
WindowsServer   14036  2017-03-03 18:55  
61
WindowsServer   23170  2016-06-27 23:36  
60
WindowsServer   15528  2016-02-29 18:25  
59
WindowsServer   11982  2016-02-24 21:32  
58
WindowsServer   12622  2016-02-03 21:48  
57
WindowsServer   16687  2016-02-03 14:54  
56
WindowsServer   14682  2016-01-09 23:05  
55
WindowsServer   17042  2015-03-17 21:31  
54
WindowsServer   19614  2015-03-10 08:51  
53
WindowsServer   27306  2015-02-03 17:28 ~ 2016-01-05 00:00  
52
WindowsServer   29318  2015-02-01 13:28  
51
WindowsServer   49953  2015-01-16 17:46 ~ 2015-01-16 00:00  
50
WindowsServer   16593  2015-01-16 17:42  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.