일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 인체생리학
- WordPress
- 븐응형
- 영양학
- 나스2
- 크롬
- 아래아한글
- 접근성
- github.com
- 비주얼베이직
- 다음스마트워크
- UiPAth
- HTML5
- 더불어시민당
- 일본어
- 사회복지정책
- 워드프레스
- diskpart
- CDN
- AWS
- 분실기기찾기
- 구글
- 파워오토메이트
- gutenbergeditor
- 외부도메인
- awslightsail
- HotKey
- DOM
- 에이블톤라이브
- 회계
Archives
- Today
- Total
Duqe's Warehouse
워드프레스 설치 후 개인용 설정 및 버그 리포트 본문
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 "빠른편집"
'정보기술' 카테고리의 다른 글
AWS 프리 티어의 카드 결제 데이터 유효성 검사 오류 (0) | 2024.09.18 |
---|---|
구글 Bard는 거짓말쟁이 (0) | 2024.09.18 |
UiPath 커뮤니티 에디션 활용 (0) | 2024.09.18 |
시각장애인을 위한 갤럭시 폴더폰 활용 (0) | 2024.09.18 |
시각장애인 전용 모바일 이용환경 해뜰폰 활용 (7) | 2024.09.18 |