아니 왜 테마에서 새페이지 만들고 들어가려니까 오류나는거죠???
본문
Not Found
The requested URL /index0.php was not found on this server.
이렇게 뜨네요 ㅜㅜ
그누보드 기본 다운받아서 theme 안에 basic 안에 index.php 복사해서 아래처럼 했는데 이렇게 하는게 아닌가요?
include_once(G5_PATH.'/head.php'); 이것도 해봤는데 둘다 안되네요
<?php
include_once('./_common.php');
include_once(G5_THEME_PATH.'/head.php');
?>
---------html 내용--------
<?php
include_once(G5_THEME_PATH.'/tail.php');
?>
답변 1
index0.php 접근하려면, basic 테마 가정 시,
도메인/theme/basic/index0.php 주소로 접근 필요.
ps.
index.php 또는 ndex.html 아니면 단축주소 인식 X
답변을 작성하시기 전에 로그인 해주세요.