다음 코드를 index.html과 같은 기본 홈페이지 파일로 저장하고 루트 디렉토리에 넣습니다.
후진 주소를 숨기지 마십시오
<html>
<헤드>
<title> 리디렉션 </title>
<meta http-equiv = Refresh Content = 0; url = 새 사이트>
</head>
<body>
</body>
</html>
후진 주소를 숨 깁니다
<html>
<헤드>
<title> 리디렉션 </title>
</head>
<frameset framespacing = 0 테두리 = 0 줄 = 0 Frameborder = 0>
<프레임 이름 = main src = 새 사이트 스크롤 = 자동 노르 레즈>
</frameset>
</html>