wordpress 썸네일형 리스트형 이것은 보통 파일의 퍼미션이 서로 다르기 때문입니다.: WordPress에서 업데이트를 하라고 하는데 실패하는 경우는 대부분 권한의 문제가 있기 때문이다.본인은 임시적으로 권한을 777로 주고 업데이트 완료후에 다시 권한을 설정하는 것으로 해결하였다. sudo find . -type f -exec chmod 644 {} +sudo find . -type d -exec chmod 755 {} + 더보기 EC2에 wordpress 설치하기!! httpd 부터 설치 가이드라인 문서이다. 1. http://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/install-LAMP.html 2. http://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/hosting-wordpress.html 더보기 이전 1 다음