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
- 통일문화콘텐츠공모전
- 피지컬ai
- DOM
- 바이오헬스
- 구글
- 사랑의지우개
- HTML5
- 새만금빵조제과쇼
- K-뷰티
- APEC
- K-푸드
- ai파운데이션
- 개방형무선접속망
- 일본어
- WordPress
- K오가노이드
- isds
- 접근성
- 워드프레스
- 의사인력수급추계위원회
- 꺼지지않는빛
- K푸드의날
- 생성형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 |