Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 재량자금
- isds
- 구글
- DOM
- K-푸드
- 함수
- 모니터링
- 재생에너지허브
- 티스토리
- K-뷰티
- 생성형AI
- 산업AI엑스포
- APEC
- ai파운데이션
- 해양안전콘텐츠공모전
- WordPress
- HTML5
- 국민세정자문단
- 일본어
- 피지컬ai
- 프론트엔드
- 스마트농업관리사
- 접근성
- 자바스크립트
- 바이오헬스
- 깃허브
- 워드프레스
- 비급여진료가격
- 보이스피싱
- bom
Archives
- Today
- Total
공공기획 스튜디오 퍼블리크
워드프레스 설치 후 개인용 설정 및 버그 리포트 본문
General Setting
- Date: Y-m-d
- Time: H:i
- Unique Address: postname
If the WordPress Installation Path Is not Root but a Other Directory
/* The method to upload the .htaccess file to the root directory */
/* .htaccess */
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/wordpress installed directory name/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /wordpress installed directory name/$1
RewriteRule ^(/)?$ wordpress installed directory name/index.php [L]
</IfModule>
/* The method to upload the index.php file to the root directory */
/* index.php */
<?php
header("Location: /wordpress installed directory name/");
?>
Installing Plug-in
- Akismet Anti-spam: Spam Protection
- WP Dark Mode
WP_AUTO_UPDATE_CORE 개의 상수가 'true' (으)로 정의되었습니다
- Download wp-config.php
- Open it in notepad, find command line "define( 'WP_AUTO_UPDATE_CORE', true );", then change value "true" to "minor" or "false"
- Upload wp-config.phpdjq
업데이트 실패 응답이 유효한 JSON 응답이 아닙니다
- It cause by different "고유주소" in setting and "고유주소" in post
- Change slug and title in "빠른편집"
'Implement' 카테고리의 다른 글
Visual Basic for Application의 기초 (0) | 2024.09.18 |
---|---|
AWS 프리 티어의 카드 결제 데이터 유효성 검사 오류 (0) | 2024.09.18 |
UiPath 커뮤니티 에디션 활용 (0) | 2024.09.18 |
시각장애인을 위한 갤럭시 폴더폰 활용 (0) | 2024.09.18 |
시각장애인 전용 모바일 이용환경 해뜰폰 활용 (7) | 2024.09.18 |