도메인이 풀리는 현상
본문
여기로 들어가면 도메인이 풀리면서 아래로 바뀝니다.
http://fofoeye.cafe24.com/g5/theme/black1/index12.php
계속 주소창에 http://www.lshtech.co.kr를 유지하고 싶은데 어떻게 하면 좋을까요^^?
답변 4
지금 도메인 관리 부분에 포워딩을 처리하고 있는듯 한데 cafe24에 도메인 네임서버를 잡아 등록해 주셔야 합니다.
도메인 포워딩 또는 apache 단에서 redirect 처리 하고있습니다.
http://www.lshtech.co.kr
301 Moved Permanently
http://fofoeye.cafe24.com/g5/theme/black1/index12.php
200 OK
http://fofoeye.cafe24.com/g5/theme/black1/index12.php
테마 파일을 확인해 보세요.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>무제 문서</title>
<style type="text/css">
<!--
body {
background-color: #1f4e79;
text-align: center;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style></head>
<body>
<p><img src="http://fofoeye.cafe24.com/g5/img/22.png" width="1280" height="4221" />
</p>
<p><a href="http://fofoeye.cafe24.com/g5/"><img src="http://fofoeye.cafe24.com/g5/img/baro.png" width="711" height="171" /></a></p>
</body>
</html>
!-->
유동포워딩으로 되어 있어서 그런게 아닐까요?
고정포워딩으로 변경하면, 처음에 입력한 도메인 주소가 계속 고정될 것 같습니다.
답변을 작성하시기 전에 로그인 해주세요.