묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
include를 이용한 index.html 페이지를 만드는데 경로 지정 질문이요..
2007.05.28 19:13
제로보드를 기준으로 게시판 윗쪽에 들어갈 파일을 head.php로 지정하였고
게시판 아래쪽에 들어갈 파일을 foot.php로 지정하였어요..
그리고 index.html 파일을 아래와 같이 써 넣었는데요.. 아무것도 표시가 되지 않네요;;
index.html 파일에 <html><head><title><body>이런 태그를 넣고도 해보고 빼고도 해봤는데..
반응은 똑같이 백지만 보이더라구요.. 알려주세요ㅜ.ㅜ
1.
<? include "/head.php"; ?>
<? include "/foot.php"; ?>
2.
<? include '/head.php'; ?>
<? include '/foot.php'; ?>
3.
<? include "http://hotskorea.com/head.php"; ?>
<? include "http://hotskorea.com/foot.php"; ?>
4.
<? include 'http://hotskorea.com/head.php'; ?>
<? include 'http://hotskorea.com/foot.php'; ?>
index.html 파일에 아무것도 쓰지않고 1~4번까지만 넣어두고 실행해봤지만 결과는 모두 백지였어요..
고수님 도와주세요~~
게시판 아래쪽에 들어갈 파일을 foot.php로 지정하였어요..
그리고 index.html 파일을 아래와 같이 써 넣었는데요.. 아무것도 표시가 되지 않네요;;
index.html 파일에 <html><head><title><body>이런 태그를 넣고도 해보고 빼고도 해봤는데..
반응은 똑같이 백지만 보이더라구요.. 알려주세요ㅜ.ㅜ
1.
<? include "/head.php"; ?>
<? include "/foot.php"; ?>
2.
<? include '/head.php'; ?>
<? include '/foot.php'; ?>
3.
<? include "http://hotskorea.com/head.php"; ?>
<? include "http://hotskorea.com/foot.php"; ?>
4.
<? include 'http://hotskorea.com/head.php'; ?>
<? include 'http://hotskorea.com/foot.php'; ?>
index.html 파일에 아무것도 쓰지않고 1~4번까지만 넣어두고 실행해봤지만 결과는 모두 백지였어요..
고수님 도와주세요~~
3번으로 하니까 바로 연결되네요~
여러분 좋은 하루 되세요^-^