NO Cache option
원문보기 The correct minimum set of headers that works across all mentioned clients (and proxies): Cache-Control: no-cache, no-store, must-revalidate Pragma: no-cache Expires: 0 The Cache-Control is per the HTTP 1.1 spec for clients and proxies (and…
워드프레스 보안 강화를 위한 기본적인 세 가지 방법
원문 워드프레스 보안 플러그인 사용 워드프레스 보안 플러그인을 설치하면 스팸, 사이트 해킹 시도 등을 효과적으로 차단할 수 있습니다. 다양한 플러그인이 있는데, 다음과 같은 플러그인을 고려해볼 수 있습니다. Wordfence Security (무료) Sucuri Security (무료) BulletProof Security (무료) 이 중에서 하나를 선택하여 설치하고 항상 최신 버전으로 업데이트하여 유지하면 보안에 많은 도움이 될 것입니다. 항상 최신…