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

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

본문 바로가기

사이트 내 전체검색

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

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 2,641건 33 페이지
  • RSS
기술자료 목록
2001
그누보드   12440  2017-06-15 11:52 ~ 2021-07-08 07:58  
2000
Secure   10864  2017-06-14 13:45  
1999
그누보드   15368  2017-06-09 17:39  
1998
영카트   15455  2017-06-08 03:35  
1997
etc쇼핑몰   10594  2017-06-07 13:40  
1996
그누보드   14782  2017-06-02 00:55 ~ 2018-07-06 11:36  
1995
Secure   17270  2017-06-01 03:31  
1994
그누보드   12814  2017-05-30 03:39  
1993
그누보드   15987  2017-05-29 23:19 ~ 2019-08-12 11:18  
1992
그누보드   15471  2017-05-29 18:49 ~ 2017-11-10 06:17  
1991
PHP   13251  2017-05-26 17:29  
1990
Editor   13495  2017-05-25 18:08  
1989
Secure   15592  2017-05-25 00:43  
1988
그누보드   13454  2017-05-22 11:45 ~ 2017-09-15 00:00  
1987
일반   10404  2017-05-19 17:31  
1986
영카트   15298  2017-05-19 15:03 ~ 2022-02-07 15:06  
1985
영카트   10905  2017-05-19 14:45  
1984
그누보드   10892  2017-05-18 14:44  
1983
Search   24141  2017-05-18 00:16  
열람
WindowsServer   11448  2017-05-17 18:54  

검색

해피정닷컴 정보

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

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