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

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

본문 바로가기

사이트 내 전체검색

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

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 40건 1 페이지
  • RSS
기술자료 목록
40
전자결제   1849  2024-09-05 09:30  
39
ClassicASP   3034  2023-09-14 08:38  
38
호스팅   4702  2023-02-17 17:17  
37
Search   3610  2023-01-18 20:05 ~ 2023-01-18 20:35  
36
Search   4842  2022-09-03 15:15  
35
도메인   4265  2022-05-24 17:48 ~ 2022-05-24 19:00  
34
도메인   17791  2020-05-26 18:12 ~ 2020-05-31 19:16  
33
Linux   7932  2019-01-21 15:38 ~ 2021-02-26 16:51  
32
Linux   16219  2019-01-21 07:18 ~ 2020-03-31 00:18  
31
XpressEngine   12075  2018-06-08 00:32 ~ 2018-06-12 16:36  
30
도메인   10021  2018-05-10 11:28 ~ 2018-05-10 14:05  
29
도메인   11605  2017-12-19 18:41 ~ 2017-12-19 18:44  
28
그누보드   20211  2017-08-31 14:34 ~ 2025-01-07 09:44  
27
ClassicASP   12459  2017-08-30 07:34 ~ 2021-02-26 16:47  
열람
WindowsServer   11711  2017-05-17 18:54  
25
그누보드   16492  2017-04-13 13:43 ~ 2017-12-06 07:23  
24
WordPress   9897  2017-02-01 21:01 ~ 2018-12-19 20:27  
23
그누보드   14491  2017-01-17 02:10  
22
도메인   12622  2016-12-13 11:17 ~ 2020-02-12 11:07  
21
WordPress   9581  2016-09-30 00:28 ~ 2020-08-28 12:11  

검색

해피정닷컴 정보

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

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