묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
자료를 첨부해서 다운받으려고 하니 이렇게 뜨네여,,
2009.02.03 14:41
글을 쓸때 자료를 첨부해서 쓴후 글쓴걸 확인하고 자료를 다운받으려고 눌렀는데 밑에처럼 뜨네여 어떻게된거져 ...
http://Mrs.nc.to
HTTP Error 500 - Server Error.
http://Mrs.nc.to
FastCGI Error
The FastCGI Handler was unable to process the request.Error Details:
- Error Number: 13 (0x8007000d).
- Error Description: µ¥ÀÌÅÍ°¡ À߸ø µÇ¾ú½À´Ï´Ù.
아래의 방법처럼 해보세요.
modules/file/file.controller.php 파일 소스속에
header("Cache-Control: ");
header("Pragma: ");
를
header("Cache-Control: no-cache");
header("Pragma: no-cache");
로 바꾸어주는 거에요.