쿠키 통하도록 설정하는거?? 이게 왜이런가요.. ㅠㅠ 정보
쿠키 통하도록 설정하는거?? 이게 왜이런가요.. ㅠㅠ본문
-common.php파일 에러 메세지
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yaegun/www/index.php:1) in /home/hosting_users/yaegun/www/board/common.php on line 8
이 문구를 앞에 @를 붙이니까.. 메세지가 안뜨더라구요.. ㅠㅠ 상관 없는건가요???
header('P3P: CP="ALL CURa ADMa DEVa TAIa OUR BUS IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC OTC"');
-head sub.php파일 에러 메세지.
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yaegun/www/main_board.php:1) in /home/hosting_users/yaegun/www/board/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yaegun/www/main_board.php:1) in /home/hosting_users/yaegun/www/board/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yaegun/www/main_board.php:1) in /home/hosting_users/yaegun/www/board/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yaegun/www/main_board.php:1) in /home/hosting_users/yaegun/www/board/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yaegun/www/main_board.php:1) in /home/hosting_users/yaegun/www/board/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yaegun/www/main_board.php:1) in /home/hosting_users/yaegun/www/board/head.sub.php on line 38
역시 이것도 앞에 골뱅이를 붙이니까 에러가 안뜨더군요.. ㅠㅠ
@header("Content-Type: text/html; charset=$g4[charset]");
$gmnow = gmdate("D, d M Y H:i:s") . " GMT";
@header("Expires: 0"); // rfc2616 - Section 14.21
@header("Last-Modified: " . $gmnow);
@header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
@header("Cache-Control: pre-check=0, post-check=0, max-age=0"); // HTTP/1.1
@header("Pragma: no-cache"); // HTTP/1.0
이 헤더가 꼭 필요 한건가요?
이거 때문에 뭔가 안되는 기분도 막 들고.. 그럽디다.. ㅠㅠ
아시는분 의견좀 달아 주세요.
UTF나.. chmod도 전부 다 설정하고 그랬는데.. 왜그럴까요.
호스팅은 cafe24입니다.. ㅠㅠ 저만 그런가...
아.. 그리고 그누보드도 최신 버젼 설치 한거예요.
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yaegun/www/index.php:1) in /home/hosting_users/yaegun/www/board/common.php on line 8
이 문구를 앞에 @를 붙이니까.. 메세지가 안뜨더라구요.. ㅠㅠ 상관 없는건가요???
header('P3P: CP="ALL CURa ADMa DEVa TAIa OUR BUS IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC OTC"');
-head sub.php파일 에러 메세지.
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yaegun/www/main_board.php:1) in /home/hosting_users/yaegun/www/board/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yaegun/www/main_board.php:1) in /home/hosting_users/yaegun/www/board/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yaegun/www/main_board.php:1) in /home/hosting_users/yaegun/www/board/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yaegun/www/main_board.php:1) in /home/hosting_users/yaegun/www/board/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yaegun/www/main_board.php:1) in /home/hosting_users/yaegun/www/board/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yaegun/www/main_board.php:1) in /home/hosting_users/yaegun/www/board/head.sub.php on line 38
역시 이것도 앞에 골뱅이를 붙이니까 에러가 안뜨더군요.. ㅠㅠ
@header("Content-Type: text/html; charset=$g4[charset]");
$gmnow = gmdate("D, d M Y H:i:s") . " GMT";
@header("Expires: 0"); // rfc2616 - Section 14.21
@header("Last-Modified: " . $gmnow);
@header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
@header("Cache-Control: pre-check=0, post-check=0, max-age=0"); // HTTP/1.1
@header("Pragma: no-cache"); // HTTP/1.0
이 헤더가 꼭 필요 한건가요?
이거 때문에 뭔가 안되는 기분도 막 들고.. 그럽디다.. ㅠㅠ
아시는분 의견좀 달아 주세요.
UTF나.. chmod도 전부 다 설정하고 그랬는데.. 왜그럴까요.
호스팅은 cafe24입니다.. ㅠㅠ 저만 그런가...
아.. 그리고 그누보드도 최신 버젼 설치 한거예요.
댓글 전체
@는 한번만 실행해라입니다.
저 헤더는 페이지부분이나 파일업로드 다운로드나 메일부분에 사용되는걸로 알고있습니다.
저 헤더는 페이지부분이나 파일업로드 다운로드나 메일부분에 사용되는걸로 알고있습니다.
그렇죠..??? 그래서 다운로드가 안되는건가.. 생각하고 있었거든요.
그러면 어떻게 해결해야 하나요..
방법 1: http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=11022&sca=&sfl=wr_subject&stx=header&sop=and
방법 2: http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=7131&sca=&sfl=wr_subject&stx=header&sop=and
위의 방법 다 해봤는데도 안됩니다-_-;
그러면 어떻게 해결해야 하나요..
방법 1: http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=11022&sca=&sfl=wr_subject&stx=header&sop=and
방법 2: http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=7131&sca=&sfl=wr_subject&stx=header&sop=and
위의 방법 다 해봤는데도 안됩니다-_-;
감사 합니다. 도움이 되었네요..