wordpress 업데이트 오류
remark : 디비에 lock 걸린 컬럼을 삭제 하나거 30분 정도 후에 다시 시도해 봐도 안된다. 1.wp_debug = false 로 하여 에러메시지 찍히게 하니 2.해결 : […]
remark : 디비에 lock 걸린 컬럼을 삭제 하나거 30분 정도 후에 다시 시도해 봐도 안된다. 1.wp_debug = false 로 하여 에러메시지 찍히게 하니 2.해결 : […]
정리전 WordPress 서버라면 추가로 꼭 설치 WordPress가 이미지 리사이즈를 할 때 PHP 확장이 필요합니다. PHP GD
|
1 2 3 |
sudo apt install php-gd |
[wp-svg-icons icon=”home” wrap=”i”] 계정생성 및 디렉토리(미리만듬) 연결
|
1 2 3 4 5 6 |
sudo useradd -c helloworld -d /var/www/helloworld -s /usr/sbin/nologin -p passwd hello sudo usermod -a -G www-data hello sudo chown -R hello:www-data /var/www/helloworld/ sudo chmod -R 777 /var/www/helloworld/ |
http://myhome.com/wordpress/wp-content/uploads/pwebcontact
아래와 같은 공격이 있는 경우 서버 및 사이트 멈춤 root@localhost:/var/log/apache2# cat access.log 62.204.144.62 – – [16/Jul/2014:18:59:45 +0900] “POST /xmlrpc.php HTTP/1.1” 404 530 “-” “Mozilla/4.0 (compatible; […]
브라이트돌핀 – 무료 오픈소스 생산관리시스템 – Cosmosfarm.
WordPress 3.8 업데이트 됐네요.
ftp 접속해서 .maintenance 파일삭제.
참조 : https://codex.wordpress.org/Changing_File_Permissions On computer filesystems, different files and directories have permissions that specify who and what can read, write, modify and access them. This is important […]
1️⃣ IIS (Windows / web.config 기반) ✔️ 기본 개념 👉 Rewrite 모듈 없으면 오류 발생 (이미 겪으신 그 케이스) ✔️ 설치 (없을 경우)
|
1 2 3 |
방법 1 — 공식 다운로드 설치 (가장 안전)<br><br>Microsoft IIS URL Rewrite Module 2.1을 설치하면 됩니다.<br><br>설치 순서<br><br>아래 공식 페이지 접속<br>https://www.iis.net/downloads/microsoft/url-rewrite<br><br>Install this extension 클릭 |
✔️ […]
wp-config.php 에 /*아래와 같이 추가해주시면 됩니다.*/ if(is_admin()) { add_filter(‘filesystem_method’, create_function(‘$a’, ‘return “direct”;’ )); define( ‘FS_CHMOD_DIR’, 0755 ); }
J2Y :: ubuntu에서 mod_rewrite 활성화 시키기.
서울시청 : http://www.seoul.go.kr 쇼설LG전자 : http://social.lge.co.kr/ Bloter : http://www.bloter.net/ http://www.tecmint.com/
Changing File Permissions
WordPress Tables Database Description http://codex.wordpress.org/Database_Description
Copyright © 2026 | WordPress Theme by MH Themes