테스트 사이트 - 개발 중인 베타 버전입니다

안녕하세요. 그누보드 새로 사용하게 되어 새페이지를 만드려고 합니다. 채택완료

kwkdmwkq123 5년 전 조회 3,404

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 포인트
5년 전

 
로그인 후 평가할 수 있습니다

답변에 대한 댓글 4개

k
kwkdmwkq123
5년 전
The requested URL /contents/company.php was not found on this server.
라고 오류가 뜨네요 ㅠ
마르스컴퍼니
5년 전
/theme/basic/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
k
kwkdmwkq123
5년 전
아 아닙니다. 고쳤습니다.
진짜 정말로 너무 감사합니다!!

댓글을 작성하려면 로그인이 필요합니다.

5년 전

Or

/bbs 디렉토리에 있는 _common.php, _head.php, _tail.php 를

1) /theme/basic/content 디렉토리에 복사 후,

2) _common.php 의 내용에서

include_once('../common.php');

->

include_once('../../../common.php');

으로 변경해 주시면 됩니다. (_head.php, _tail.php도 동일하게 처리)

 

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인