묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
홈페이지 접속이 안 됩니다..
2013.04.02 14:58
서버에 있는 xe폴더랑
컴에 있는 xe 백업 폴더랑 비교해 보니까
서버의 xe폴더 안에는 .htaccess 이 파일이 없던데 그거때문일까요?
백업폴더에 있는 .htaccess를 복사 붙여넣기 해도 ftp내에 보이지가 않습니다. ㅠㅠ
현재 루트폴더에 있는 인덱스는
xe내의 index.php랑 연결시키는 태그
<?php
header("Location:/xe/");
?>
이거 밖에 없구요
홈페이지 첫 화면이 지금 이렇습니다.
페이지 소스보기를 했더니
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=yes, target-densitydpi=medium-dpi" /> | |
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" /> | |
<title></title> | |
</head> | |
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0"> | |
<iframe src="http://도메인/index.html" width="1400" height="779" marginwidth="0" marginheight="0" border="0" target="a"> | |
</body> | |
</html> 이렇게 뜨는데 뭐가 문젠지 도저히 ㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠ 아이프레임 저게 잘못된 건가요? 저걸 어떻게 없애서 적용해야 하는 지 모르겠습니다 3일째 홈이 마비상태라 답답해죽겠네요 .. |