From feefd283925cd2c377d1a64005cfdb0a0fa9fa07 Mon Sep 17 00:00:00 2001 From: KINDNICK <68893236+KINDNICK@users.noreply.github.com> Date: Thu, 18 Sep 2025 21:27:02 +0900 Subject: [PATCH] =?UTF-8?q?Add=20:=20=EC=9B=B9=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htaccess | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.htaccess b/.htaccess index bfa517b..7aa2697 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,12 @@ Options +FollowSymLinks RewriteEngine On +# 한글 URL 인코딩 설정 + + ServerEncoding UTF-8 + ClientEncoding EUC-KR + + # Internal rewrite for clean URLs to .html files RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d