bbs/gbupdate.php 에서 페이지를 찾을 수 없음 오류 나시는분들은 수정해 주십시오.
bbs/gbupdate.php 의 제일 하단부의 코드를 아래와 같이 수정하여 주십시오.
// 아래의 코드로 대체
// IIS 에서 form 태그에 enctype="multipart/form-data" 에서
// 페이지를 찾을 수 없음 오류 발생으로 인한 코드 수정
// header("location:./$cfg[index]?doc=$cfg[bbs_dir]/gnuboard.php&{$qstr}");
echo "<meta http-equiv='refresh' content='0;url=./$cfg[index]?doc=$cfg[bbs_dir]/gnuboard.php&{$qstr}'>";
// 아래의 코드로 대체
// IIS 에서 form 태그에 enctype="multipart/form-data" 에서
// 페이지를 찾을 수 없음 오류 발생으로 인한 코드 수정
// header("location:./$cfg[index]?doc=$cfg[bbs_dir]/gnuboard.php&{$qstr}");
echo "<meta http-equiv='refresh' content='0;url=./$cfg[index]?doc=$cfg[bbs_dir]/gnuboard.php&{$qstr}'>";
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 1개