안녕하세요. 그누보드 새로 사용하게 되어 새페이지를 만드려고 합니다. 채택완료
kwkdmwkq123
5년 전
조회 3,403

basic 폴더안에 개별 페이지를 관리하고 싶어 contents 폴더를 만들고 commpany.php를 만들어
</p>
<p><?php</p>
<p>include_once('./_common.php');</p>
<p>include_once('./_head.php');</p>
<p>?></p>
<p> </p>
<p><?php</p>
<p>include_once('./_tail.php');</p>
<p>?></p>
<p>
임시로 이렇게 넣어두고 테스트를 했는데 찾을 수 없다고 나오네요..고수님들의 도움이 필요합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변 2개
채택된 답변
+20 포인트
답변에 대한 댓글 4개
k
kwkdmwkq123
5년 전
�
마르스컴퍼니
5년 전
/theme/basic/contents/company.php 로 접속해야 됩니다.
/contents/company.php 로 접속하려면..
contents 폴더를 /theme/basic 아래가 아닌 / 아래에 만들어야 됩니다.
1) / 에서 contents 폴더 생성
2) /contents/company.php 로 접속
/contents/company.php 로 접속하려면..
contents 폴더를 /theme/basic 아래가 아닌 / 아래에 만들어야 됩니다.
1) / 에서 contents 폴더 생성
2) /contents/company.php 로 접속
k
kwkdmwkq123
5년 전
오.. 만들었는데.. 오류가 천지네요.. 잠시만요.
Warning: include_once(): open_basedir restriction in effect. File(../../common.php) is not within the allowed path(s): (/tmp:/www/default/hosting_db:/www/ssasa77.godohosting.com) in /www/ssasa77.godohosting.com/contents/company.php on line 2
Warning: include_once(../../common.php): failed to open stream: Operation not permitted in /www/ssasa77.godohosting.com/contents/company.php on line 2
Warning: include_once(): Failed opening '../../common.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /www/ssasa77.godohosting.com/contents/company.php on line 2
Warning: include_once(): open_basedir restriction in effect. File(../../head.php) is not within the allowed path(s): (/tmp:/www/default/hosting_db:/www/ssasa77.godohosting.com) in /www/ssasa77.godohosting.com/contents/company.php on line 3
Warning: include_once(../../head.php): failed to open stream: Operation not permitted in /www/ssasa77.godohosting.com/contents/company.php on line 3
Warning: include_once(): Failed opening '../../head.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /www/ssasa77.godohosting.com/contents/company.php on line 3
Warning: include_once(): open_basedir restriction in effect. File(../../tail.php) is not within the allowed path(s): (/tmp:/www/default/hosting_db:/www/ssasa77.godohosting.com) in /www/ssasa77.godohosting.com/contents/company.php on line 7
Warning: include_once(../../tail.php): failed to open stream: Operation not permitted in /www/ssasa77.godohosting.com/contents/company.php on line 7
Warning: include_once(): Failed opening '../../tail.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /www/ssasa77.godohosting.com/contents/company.php on line 7
Warning: include_once(): open_basedir restriction in effect. File(../../common.php) is not within the allowed path(s): (/tmp:/www/default/hosting_db:/www/ssasa77.godohosting.com) in /www/ssasa77.godohosting.com/contents/company.php on line 2
Warning: include_once(../../common.php): failed to open stream: Operation not permitted in /www/ssasa77.godohosting.com/contents/company.php on line 2
Warning: include_once(): Failed opening '../../common.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /www/ssasa77.godohosting.com/contents/company.php on line 2
Warning: include_once(): open_basedir restriction in effect. File(../../head.php) is not within the allowed path(s): (/tmp:/www/default/hosting_db:/www/ssasa77.godohosting.com) in /www/ssasa77.godohosting.com/contents/company.php on line 3
Warning: include_once(../../head.php): failed to open stream: Operation not permitted in /www/ssasa77.godohosting.com/contents/company.php on line 3
Warning: include_once(): Failed opening '../../head.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /www/ssasa77.godohosting.com/contents/company.php on line 3
Warning: include_once(): open_basedir restriction in effect. File(../../tail.php) is not within the allowed path(s): (/tmp:/www/default/hosting_db:/www/ssasa77.godohosting.com) in /www/ssasa77.godohosting.com/contents/company.php on line 7
Warning: include_once(../../tail.php): failed to open stream: Operation not permitted in /www/ssasa77.godohosting.com/contents/company.php on line 7
Warning: include_once(): Failed opening '../../tail.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /www/ssasa77.godohosting.com/contents/company.php on line 7
k
kwkdmwkq123
5년 전
아 아닙니다. 고쳤습니다.
진짜 정말로 너무 감사합니다!!
진짜 정말로 너무 감사합니다!!
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
라고 오류가 뜨네요 ㅠ