IT

그누보드5 업로드 파일 용량 제한 해제

Oh.mogilalia 2024. 3. 31. 01:25

우분투 서버 php.ini 

upload_max_filesize = 512M
post_max_size = 512M
memory_limit = 512M
max_execution_time = 300
max_input_time = 300

아무리 수정해도 게시판 파일 업로드 용량이 10MB 제한이 안풀리더니

https://sir.kr/qa/84299?s_tag=css+mysql

그누보드 루트 최상위 ".htaccess" 파일에

php_value upload_max_filesize 512M
php_value post_max_size 512M 

파일 제일 앞부분에 첨가 했더니