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

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

본문 바로가기

사이트 내 전체검색

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

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,643건 34 페이지
  • RSS
기술자료 목록
1983
Search   24309  2017-05-18 00:16  
열람
WindowsServer   11573  2017-05-17 18:54  
1981
PHP   23589  2017-05-17 14:23  
1980
Secure   19748  2017-05-15 12:22 ~ 2017-05-18 00:00  
1979
WindowsServer   15319  2017-05-12 14:11 ~ 2017-05-30 00:00  
1978
Secure   17222  2017-05-12 13:59  
1977
그누보드   18064  2017-05-07 13:20 ~ 2018-04-09 23:57  
1976
일반   15041  2017-05-06 10:36 ~ 2018-12-21 19:42  
1975
WindowsServer   13402  2017-05-04 15:25  
1974
그누보드   10330  2017-05-04 13:00 ~ 2017-05-23 00:00  
1973
일반   10381  2017-05-02 23:07  
1972
호스팅   28950  2017-05-02 10:32 ~ 2017-10-09 00:00  
1971
Oracle   18926  2017-04-27 01:54  
1970
그누보드   11915  2017-04-26 11:48  
1969
그누보드   17385  2017-04-24 12:53 ~ 2017-11-13 15:00  
1968
Secure   22141  2017-04-23 02:22  
1967
일반   46549  2017-04-20 23:33  
1966
일반   23215  2017-04-20 23:25  
1965
HTML   31608  2017-04-19 21:50  
1964
그누보드   16697  2017-04-19 17:36 ~ 2017-07-20 00:00  

검색

해피정닷컴 정보

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

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