Add : 웹 버그 제거

This commit is contained in:
KINDNICK 2025-09-18 21:27:02 +09:00
parent 39d0af69af
commit feefd28392

View File

@ -1,6 +1,12 @@
Options +FollowSymLinks
RewriteEngine On
# 한글 URL 인코딩 설정
<IfModule mod_url.c>
ServerEncoding UTF-8
ClientEncoding EUC-KR
</IfModule>
# Internal rewrite for clean URLs to .html files
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d