묻고답하기
cafe24 에서 의 메인 인덱스 파일 수정 방법좀 알려주세요
2013.01.13 16:40
cafe24 업체에서 호스팅 받고 xe 설치후 홈페이지 만들었습니다
http://pizzamaster.cafe24.com/xe
위 주소에서 관리하는데 궁금한게 뒤에 꼭 xe 를 붙여야 홈페이지가 열립니다
요렇게만 치고서 제 홈페이지 들어가는 방법을 알고 싶습니다
카페24에 문의하니 소스관련은 못 알려준다고 하네요 ㅠㅠ
네이버 지식인에서 검색해보니 인덱스 파일에 경로를 변경하면 된다고 하여
<?
$hostname = exec("/home/bin/hostname");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>대한민국 No.1 카페24 호스팅</title>
<meta name="generator" content="Namo WebEditor(Trial)">
</head>
<body>
<iframe frameborder=0 scrolling=no marginwidth=0 marginheight=0 width=100% height=100% src=http://hostinfo.cafe24.com/index.php?hostname=<?=$hostname;?>></iframe>
</body>
</html>
하단의 src=http://.... 이 부분을 http://pizzamaster.cafe24.com/xe/index.php?hostname
요렇게 수정해서 www 폴더에 업로드 했더니 바로 직접 보이기는 하는데
문제가 게시물이 긴 경우 아래로 내려가는 화면이 안뜨고 딱 고정돼 있으면서 윗 부분만 보입니다
이 문제 해결 해주실 고수님을 찾습니다 ,,, ^^ 도움주시면 복 많이 받으실거에요
index.html 의 내용을
<meta http-equiv="refresh" content="0; url=/xe">
로 하시면 됩니다.