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